Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
38
func
AssertTrue(ok bool) {
39
if
!ok {
40
panic(
"assert failed"
)
41
}
42
}
43
44
type
seekPos int
45
Callers
1
packBlock
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected