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