MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / sameMtimeMs

Function sameMtimeMs

apps/desktop/src/main/vault.ts:1706–1708  ·  view source on GitHub ↗
(left: number, right: number)

Source from the content-addressed store, hash-verified

1704}
1705
1706function sameMtimeMs(left: number, right: number): boolean {
1707 return Math.abs(left - right) < 0.001
1708}
1709
1710function normalizeCachedNoteMeta(value: unknown): NoteMeta | null {
1711 if (!value || typeof value !== 'object') return null

Callers 1

readMetaFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected