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

Function parseJson

test/commands/context.test.ts:47–49  ·  view source on GitHub ↗
(result: RunCLIResult)

Source from the content-addressed store, hash-verified

45 });
46
47 function parseJson(result: RunCLIResult): any {
48 return JSON.parse(result.stdout);
49 }
50
51 it('assembles the working set from declarations, all session shapes', async () => {
52 const result = await runCLI(['context', '--json', '--store', 'team-context'], {

Callers 1

context.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected