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

Function absolutePath

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

Source from the content-addressed store, hash-verified

3770 * vault operations.
3771 */
3772export function absolutePath(root: string, rel: string): string {
3773 return resolveSafe(root, rel)
3774}
3775
3776const WELCOME_NOTE = `# Welcome to ZenNotes
3777

Callers 2

vault.test.tsFile · 0.90
registerIpcFunction · 0.90

Calls 1

resolveSafeFunction · 0.70

Tested by

no test coverage detected