MCPcopy Create free account
hub / github.com/anomalyco/opencode-bench / CommitDiff

Interface CommitDiff

src/util/github.ts:49–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49export interface CommitDiff {
50 sha: string;
51 title: string;
52 diff: string;
53}
54
55export async function fetchCommits(
56 owner: string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected