Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/NVIDIA/aistore
/ AssertMsg
Function
AssertMsg
cmn/debug/debug_on.go:127–131 ·
view source on GitHub ↗
(cond bool, msg string)
Source
from the content-addressed store, hash-verified
125
}
126
127
func
AssertMsg(cond bool, msg string) {
128
if
!cond {
129
_panic(msg)
130
}
131
}
132
133
func
AssertNoErr(err error) {
134
if
err != nil {
Callers
15
Run
Method · 0.92
waitForStartup
Method · 0.92
Send
Method · 0.92
terminate
Method · 0.92
terminate
Method · 0.92
run
Method · 0.92
iterFields
Function · 0.92
copyProps
Function · 0.92
setProvider
Method · 0.92
RebStatus
Method · 0.92
main
Function · 0.92
determineClusterURL
Function · 0.92
Calls
1
_panic
Function · 0.85
Tested by
no test coverage detected