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

Function parseJson

test/cli-e2e/workset-journey.test.ts:74–76  ·  view source on GitHub ↗
(result: RunCLIResult)

Source from the content-addressed store, hash-verified

72 });
73
74 function parseJson(result: RunCLIResult): any {
75 return JSON.parse(result.stdout);
76 }
77
78 it('compose -> list -> open both styles -> remove, with no footprint', async () => {
79 const fakeCode = createFakeTool(tempDir, 'code');

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected