Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
func
Check(err error) {
31
if
err != nil {
32
panic(err)
33
}
34
}
35
func
Check2(_
interface
{}, err error) {
36
Check(err)
37
}
Callers
2
Check2
Function · 0.85
DecodeToBuffer
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected