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

Interface Pull

src/data/codemode-transform.ts:54–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected