MCPcopy
hub / github.com/openclaw/clawsweeper / ghJson

Function ghJson

src/clawsweeper.ts:2128–2130  ·  view source on GitHub ↗
(args: string[])

Source from the content-addressed store, hash-verified

2126}
2127
2128function ghJson<T>(args: string[]): T {
2129 return parseGhJson<T>(ghWithRetry(args), args);
2130}
2131
2132function ghJsonOnce<T>(args: string[], timeoutMs: number): T {
2133 return parseGhJson<T>(ghOnce(args, timeoutMs), args);

Callers 15

compactRelatedItemFunction · 0.70
ghPagedFunction · 0.70
ghPageFunction · 0.70
fetchItemFunction · 0.70
fetchOpenItemCountsFunction · 0.70
collectItemContextFunction · 0.70
gitInfoFunction · 0.70

Calls 2

parseGhJsonFunction · 0.90
ghWithRetryFunction · 0.85

Tested by

no test coverage detected