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

Function noteCommentsRoot

apps/desktop/src/main/vault.ts:716–718  ·  view source on GitHub ↗
(root: string)

Source from the content-addressed store, hash-verified

714}
715
716function noteCommentsRoot(root: string): string {
717 return path.join(root, INTERNAL_VAULT_DIR, NOTE_COMMENTS_DIR)
718}
719
720function noteCommentsPath(root: string, rel: string): string {
721 return resolveSafe(noteCommentsRoot(root), `${toPosix(rel)}${NOTE_COMMENTS_SUFFIX}`)

Callers 1

noteCommentsPathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected