Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fogleman/primitive
/ check
Function
check
main.go:85–89 ·
view source on GitHub ↗
(err error)
Source
from the content-addressed store, hash-verified
83
}
84
85
func
check(err error) {
86
if
err != nil {
87
log.Fatal(err)
88
}
89
}
90
91
func
main() {
92
// parse and validate arguments
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…