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

Function parseJson

test/commands/store-remote.test.ts:43–45  ·  view source on GitHub ↗
(result: RunCLIResult)

Source from the content-addressed store, hash-verified

41 }
42
43 function parseJson(result: RunCLIResult): any {
44 return JSON.parse(result.stdout);
45 }
46
47 async function registryRemote(id: string): Promise<string | undefined> {
48 const registry = await readStoreRegistryState({ globalDataDir });

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected