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

Function dateNotePatternKey

packages/app-core/src/lib/vault-layout.ts:117–119  ·  view source on GitHub ↗
(pattern: DateNotePatternSettings)

Source from the content-addressed store, hash-verified

115}
116
117function dateNotePatternKey(pattern: DateNotePatternSettings): string {
118 return `${pattern.directory}\0${pattern.titlePattern ?? ''}\0${pattern.locale ?? ''}`
119}
120
121function normalizeDailyNotePatternHistory(
122 value: readonly DateNotePatternSettings[] | null | undefined,

Callers 4

dailyNotePatternsFunction · 0.70
weeklyNotePatternsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected