MCPcopy
hub / github.com/desktop/desktop / IAPIPR

Interface IAPIPR

script/pr-api.ts:3–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { execSync } from 'child_process'
2
3export interface IAPIPR {
4 readonly title: string
5 readonly body: string
6 readonly headRefName: string
7 readonly url: string
8}
9
10export function fetchPR(id: number): IAPIPR | null {
11 try {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected