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

Interface RepoFile

src/data/schema.ts:140–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138
139// Filesystem representation types
140export interface RepoFile {
141 id: number;
142 owner: string;
143 name: string;
144 full_name: string;
145 description?: string;
146}
147
148export interface IssueFile {
149 id: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected