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

Function noteCommentsPath

apps/desktop/src/main/vault.ts:720–722  ·  view source on GitHub ↗
(root: string, rel: string)

Source from the content-addressed store, hash-verified

718}
719
720function noteCommentsPath(root: string, rel: string): string {
721 return resolveSafe(noteCommentsRoot(root), `${toPosix(rel)}${NOTE_COMMENTS_SUFFIX}`)
722}
723
724/** Absolute path of a database's `.csv` data file (a normal vault file). */
725export function databaseDataPath(root: string, rel: string): string {

Callers 4

readNoteCommentsFunction · 0.85
writeNoteCommentsFunction · 0.85
removeNoteCommentsFunction · 0.85
moveNoteCommentsFunction · 0.85

Calls 3

noteCommentsRootFunction · 0.85
resolveSafeFunction · 0.70
toPosixFunction · 0.70

Tested by

no test coverage detected