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

Interface Repo

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

Source from the content-addressed store, hash-verified

14
15// Data structures matching the types we'll expose to codemode
16interface Repo {
17 id: number;
18 owner: string;
19 name: string;
20 fullName: string;
21}
22
23interface User {
24 id: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected