MCPcopy Create free account
hub / github.com/anthropics/claude-code / GitHubIssue

Interface GitHubIssue

scripts/auto-close-duplicates.ts:9–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7}
8
9interface GitHubIssue {
10 number: number;
11 title: string;
12 user: { id: number };
13 created_at: string;
14}
15
16interface GitHubComment {
17 id: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected