MCPcopy
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
85func check(err error) {
86 if err != nil {
87 log.Fatal(err)
88 }
89}
90
91func main() {
92 // parse and validate arguments

Callers 1

mainFunction · 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…