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

Interface Comment

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

Source from the content-addressed store, hash-verified

29}
30
31interface Comment {
32 id: number;
33 body: string;
34 author: string;
35 createdAt: string;
36}
37
38interface Issue {
39 id: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected