MCPcopy
hub / github.com/di-sukharev/opencommit / MsgAndSHA

Interface MsgAndSHA

src/github-action.ts:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44interface MsgAndSHA {
45 sha: SHA;
46 msg: string;
47}
48
49// send only 3-4 size chunks of diffs in steps,
50// because openAI restricts "too many requests" at once with 429 error

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…