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

Interface PullFile

src/data/schema.ts:162–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162export interface PullFile {
163 id: number;
164 number: number;
165 title: string;
166 body: string | null;
167 state: string;
168 author: string;
169 merged: boolean;
170 merged_at: string | null;
171 created_at: string;
172 updated_at: string;
173 comments: CommentFile[];
174}
175
176export interface CommentFile {
177 id: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected