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

Interface User

src/tools/codemode-tools.ts:20–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20interface User {
21 id: number;
22 login: string;
23 issuesOpened: number;
24 prsOpened: number;
25 commentsMade: number;
26}
27
28interface Comment {
29 id: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected