MCPcopy
hub / github.com/Fission-AI/OpenSpec / getStoreMetadataPath

Function getStoreMetadataPath

src/core/store/foundation.ts:89–94  ·  view source on GitHub ↗
(storeRoot: string)

Source from the content-addressed store, hash-verified

87}
88
89export function getStoreMetadataPath(storeRoot: string): string {
90 return joinStorePath(
91 getStoreMetadataDir(storeRoot),
92 STORE_METADATA_FILE_NAME
93 );
94}
95
96export function validateStoreId(id: string): string {
97 const folderProblem = folderStyleNameProblem(id, 'Store id');

Callers 15

store.test.tsFile · 0.85
registry.test.tsFile · 0.85
foundation.test.tsFile · 0.85
inspectRegisteredStoreFunction · 0.85
isStoreRootFunction · 0.85
readStoreMetadataStateFunction · 0.85
writeStoreMetadataStateFunction · 0.85
mutationPayloadFunction · 0.85
setupPreparedStoreFunction · 0.85
registerExistingStoreFunction · 0.85

Calls 2

joinStorePathFunction · 0.85
getStoreMetadataDirFunction · 0.85

Tested by

no test coverage detected