MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / ghJson

Function ghJson

e2e/scripts/pr-media.ts:37–37  ·  view source on GitHub ↗
(args: ReadonlyArray<string>)

Source from the content-addressed store, hash-verified

35 });
36
37const ghJson = (args: ReadonlyArray<string>): unknown => JSON.parse(run("gh", ["api", ...args]));
38
39interface Artifact {
40 readonly path: string;

Callers 1

uploadFunction · 0.85

Calls 1

runFunction · 0.70

Tested by

no test coverage detected