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

Interface DiffAndSHA

src/github-action.ts:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39interface DiffAndSHA {
40 sha: SHA;
41 diff: Diff;
42}
43
44interface MsgAndSHA {
45 sha: SHA;

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…