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

Interface User

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

Source from the content-addressed store, hash-verified

21}
22
23interface User {
24 id: number;
25 login: string;
26 issuesOpened: number;
27 prsOpened: number;
28 commentsMade: number;
29}
30
31interface Comment {
32 id: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected