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

Function isVaultSettingsPath

apps/desktop/src/main/watcher.ts:29–31  ·  view source on GitHub ↗
(root: string, abs: string)

Source from the content-addressed store, hash-verified

27}
28
29function isVaultSettingsPath(root: string, abs: string): boolean {
30 return relativeVaultPath(root, abs) === VAULT_SETTINGS_RELATIVE_PATH
31}
32
33function commentsNotePath(root: string, abs: string): string | null {
34 const rel = relativeVaultPath(root, abs)

Callers 2

startMethod · 0.85
handlerMethod · 0.85

Calls 1

relativeVaultPathFunction · 0.85

Tested by

no test coverage detected