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

Interface Pull

src/tools/codemode-tools.ts:51–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51interface Pull {
52 id: number;
53 repoId: number;
54 repoFullName: string;
55 number: number;
56 title: string;
57 body: string | null;
58 state: string;
59 author: string;
60 merged: boolean;
61 mergedAt: string | null;
62 comments: Comment[];
63 createdAt: string;
64 updatedAt: string;
65}
66
67interface CodemodeData {
68 repos: Repo[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected