MCPcopy Create free account
hub / github.com/dgraph-io/dgraph-benchmarks / Check

Function Check

bitmap/codec.go:30–34  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

28)
29
30func Check(err error) {
31 if err != nil {
32 panic(err)
33 }
34}
35func Check2(_ interface{}, err error) {
36 Check(err)
37}

Callers 2

Check2Function · 0.85
DecodeToBufferFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected