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

Interface CodemodeData

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

Source from the content-addressed store, hash-verified

68}
69
70interface CodemodeData {
71 repos: Repo[];
72 users: User[];
73 issues: Issue[];
74 pulls: Pull[];
75}
76
77// Track data as we process
78const reposMap = new Map<string, Repo>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected