MCPcopy
hub / github.com/anthropics/claude-code / GitHubIssue

Interface GitHubIssue

scripts/backfill-duplicate-comments.ts:9–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7}
8
9interface GitHubIssue {
10 number: number;
11 title: string;
12 state: string;
13 state_reason?: string;
14 user: { id: number };
15 created_at: string;
16 closed_at?: string;
17}
18
19interface GitHubComment {
20 id: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected