MCPcopy Create free account
hub / github.com/backnotprop/plannotator / fetchPRList

Function fetchPRList

packages/shared/pr-provider.ts:117–123  ·  view source on GitHub ↗
(
  runtime: PRRuntime,
  ref: PRRef,
)

Source from the content-addressed store, hash-verified

115}
116
117export async function fetchPRList(
118 runtime: PRRuntime,
119 ref: PRRef,
120): Promise<PRListItem[]> {
121 if (ref.platform === "github") return fetchGhPRList(runtime, ref);
122 return []; // GitLab: not yet implemented
123}

Callers

nothing calls this directly

Calls 1

fetchGhPRListFunction · 0.90

Tested by

no test coverage detected