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

Function fetchPullRequest

src/repair/apply-result.ts:1568–1570  ·  view source on GitHub ↗
(repo: string, number: JsonValue)

Source from the content-addressed store, hash-verified

1566}
1567
1568function fetchPullRequest(repo: string, number: JsonValue) {
1569 return ghJson(["api", `repos/${repo}/pulls/${number}`]);
1570}
1571
1572function fetchPullRequestView(repo: string, number: JsonValue) {
1573 return ghJson([

Calls 1

ghJsonFunction · 0.70

Tested by

no test coverage detected