Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Fission-AI/OpenSpec
/ registry.test.ts
File
registry.test.ts
test/core/store/registry.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect, beforeEach, afterEach, vi } from
'vitest'
;
2
import
* as fs from
'node:fs'
;
3
import
* as os from
'node:os'
;
4
import
* as path from
'node:path'
;
Callers
nothing calls this directly
Calls
15
readStoreMetadataState
Function · 0.85
readStoreRegistryState
Function · 0.85
writeStoreMetadataState
Function · 0.85
writeStoreRegistryState
Function · 0.85
listRegisteredStores
Function · 0.85
getStoreMetadataPath
Function · 0.85
getGlobalDataDir
Function · 0.85
prepareStoreSetup
Function · 0.85
setupPreparedStore
Function · 0.85
setupStore
Function · 0.85
resolveRegisteredStore
Function · 0.85
prepareStoreCleanup
Function · 0.85
Tested by
no test coverage detected