Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
39
interface
DiffAndSHA {
40
sha: SHA;
41
diff: Diff;
42
}
43
44
interface
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…