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

Interface Comment

src/tools/codemode-tools.ts:28–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28interface Comment {
29 id: number;
30 body: string;
31 author: string;
32 createdAt: string;
33}
34
35interface Issue {
36 id: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected