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

Function Check2

bitmap/codec.go:35–37  ·  view source on GitHub ↗
(_ interface{}, err error)

Source from the content-addressed store, hash-verified

33 }
34}
35func Check2(_ interface{}, err error) {
36 Check(err)
37}
38func AssertTrue(ok bool) {
39 if !ok {
40 panic("assert failed")

Callers 2

packBlockMethod · 0.85
DecodeToBufferFunction · 0.85

Calls 1

CheckFunction · 0.85

Tested by

no test coverage detected