Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
35
func
Check2(_
interface
{}, err error) {
36
Check(err)
37
}
38
func
AssertTrue(ok bool) {
39
if
!ok {
40
panic(
"assert failed"
)
Callers
2
packBlock
Method · 0.85
DecodeToBuffer
Function · 0.85
Calls
1
Check
Function · 0.85
Tested by
no test coverage detected