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

Interface GitHubComment

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

Source from the content-addressed store, hash-verified

14}
15
16interface GitHubComment {
17 id: number;
18 body: string;
19 created_at: string;
20 user: { type: string; id: number };
21}
22
23interface GitHubReaction {
24 user: { id: number };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected