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

Interface CodemodeData

src/tools/codemode-tools.ts:67–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67interface CodemodeData {
68 repos: Repo[];
69 users: User[];
70 issues: Issue[];
71 pulls: Pull[];
72}
73
74function loadData(): CodemodeData {
75 if (cachedData) return cachedData;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected