Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
const
ghJson = (args: ReadonlyArray<string>): unknown => JSON.parse(run(
"gh"
, [
"api"
, ...args]));
38
39
interface
Artifact {
40
readonly path: string;
Callers
1
upload
Function · 0.85
Calls
1
run
Function · 0.70
Tested by
no test coverage detected