MCPcopy
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
127func AssertMsg(cond bool, msg string) {
128 if !cond {
129 _panic(msg)
130 }
131}
132
133func AssertNoErr(err error) {
134 if err != nil {

Callers 15

RunMethod · 0.92
waitForStartupMethod · 0.92
SendMethod · 0.92
terminateMethod · 0.92
terminateMethod · 0.92
runMethod · 0.92
iterFieldsFunction · 0.92
copyPropsFunction · 0.92
setProviderMethod · 0.92
RebStatusMethod · 0.92
mainFunction · 0.92
determineClusterURLFunction · 0.92

Calls 1

_panicFunction · 0.85

Tested by

no test coverage detected