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

Interface Repo

src/data/schema.ts:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12export interface Repo {
13 id: number;
14 name: string; // format: "owner/repo"
15 url: string;
16}
17
18export interface BaseEvent {
19 id: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected