MCPcopy Create free account
hub / github.com/chhoumann/quickadd / getFullPath

Method getFullPath

tests/obsidian-stub.ts:868–870  ·  view source on GitHub ↗
(normalizedPath: string)

Source from the content-addressed store, hash-verified

866 return this.basePath;
867 }
868 getFullPath(normalizedPath: string): string {
869 return `${this.basePath}/${normalizedPath}`.replace(/\/+/g, "/");
870 }
871}
872
873// Default export for compatibility

Callers 1

assertWriteStaysInVaultFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected