Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
load
Method · 0.95
save
Method · 0.95
Calls
1
getMetadataDir
Method · 0.80
Tested by
no test coverage detected