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

Function noteFolderFromRelPath

apps/desktop/src/main/vault.ts:1993–1995  ·  view source on GitHub ↗
(relPath: string)

Source from the content-addressed store, hash-verified

1991}
1992
1993function noteFolderFromRelPath(relPath: string): NoteFolder | null {
1994 return folderForRelativePath(relPath)
1995}
1996
1997// A directory entry counts as a markdown note when it's a real .md file
1998// or a symlink that resolves to one. readdir's Dirent reports a symlink

Callers 1

Calls 1

folderForRelativePathFunction · 0.85

Tested by

no test coverage detected