Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Fission-AI/OpenSpec
/ store-remote.test.ts
File
store-remote.test.ts
test/commands/store-remote.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ afterEach, beforeEach, describe, expect, it } from
'vitest'
;
2
import
{ execFileSync } from
'node:child_process'
;
3
import
* as fs from
'node:fs'
;
4
import
* as os from
'node:os'
;
Callers
nothing calls this directly
Calls
10
isolatedGitEnv
Function · 0.85
getGlobalDataDir
Function · 0.85
serializeStoreMetadataState
Function · 0.85
parseStoreMetadataState
Function · 0.85
runCLI
Function · 0.85
registryRemote
Function · 0.85
makeUnregisteredStore
Function · 0.85
createHealthyOpenSpecRoot
Function · 0.85
git
Function · 0.70
parseJson
Function · 0.70
Tested by
no test coverage detected