Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
interface
Comment {
32
id: number;
33
body: string;
34
author: string;
35
createdAt: string;
36
}
37
38
interface
Issue {
39
id: number;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected