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

Interface IssueFile

src/data/schema.ts:148–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148export interface IssueFile {
149 id: number;
150 number: number;
151 title: string;
152 body: string | null;
153 state: string;
154 author: string;
155 labels: string[];
156 created_at: string;
157 updated_at: string;
158 closed_at: string | null;
159 comments: CommentFile[];
160}
161
162export interface PullFile {
163 id: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected