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

Function AssertTrue

bitmap/codec.go:38–42  ·  view source on GitHub ↗
(ok bool)

Source from the content-addressed store, hash-verified

36 Check(err)
37}
38func AssertTrue(ok bool) {
39 if !ok {
40 panic("assert failed")
41 }
42}
43
44type seekPos int
45

Callers 1

packBlockMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected