MCPcopy Create free account
hub / github.com/CatMuse/HiNote / getMappingPath

Method getMappingPath

src/storage/FileMappingStore.ts:66–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64 }
65
66 private getMappingPath(): string {
67 return `${FilePathUtils.getMetadataDir(this.vaultPath)}/file-mapping.json`;
68 }
69}

Callers 2

loadMethod · 0.95
saveMethod · 0.95

Calls 1

getMetadataDirMethod · 0.80

Tested by

no test coverage detected