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

Interface Issue

src/data/codemode-transform.ts:38–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected