MCPcopy Index your code
hub / github.com/celer-pkg/celer / check

Function check

cmds/cmd_test.go:103–108  ·  view source on GitHub ↗
(t *testing.T, err error)

Source from the content-addressed store, hash-verified

101}
102
103func check(t *testing.T, err error) {
104 t.Helper()
105 if err != nil {
106 t.Fatal(err)
107 }
108}

Calls

no outgoing calls

Tested by

no test coverage detected