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

Interface GitHubReaction

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

Source from the content-addressed store, hash-verified

21}
22
23interface GitHubReaction {
24 user: { id: number };
25 content: string;
26}
27
28async function githubRequest<T>(endpoint: string, token: string, method: string = 'GET', body?: any): Promise<T> {
29 const response = await fetch(`https://api.github.com${endpoint}`, {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected