MCPcopy Create free account
hub / github.com/braintrustdata/bash-agent-evals / Issue

Interface Issue

src/tools/codemode-tools.ts:35–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35interface Issue {
36 id: number;
37 repoId: number;
38 repoFullName: string;
39 number: number;
40 title: string;
41 body: string | null;
42 state: string;
43 author: string;
44 labels: string[];
45 comments: Comment[];
46 createdAt: string;
47 updatedAt: string;
48 closedAt: string | null;
49}
50
51interface Pull {
52 id: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected