@karmaniverous/jeeves
    Preparing search index...

    Function shouldWrite

    • Determine whether this writer should proceed based on version-stamp convergence rules.

      Parameters

      • myVersion: string

        The current core library version.

      • existing: VersionStamp | undefined

        The existing version stamp (if any).

      • stalenessThresholdMs: number = STALENESS_THRESHOLD_MS

        Staleness threshold in ms (default: 5 min).

      Returns boolean

      true if the writer should proceed with the write.