Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/NVIDIA/aistore
/ AssertNoErr
Function
AssertNoErr
cmn/debug/debug_on.go:133–137 ·
view source on GitHub ↗
(err error)
Source
from the content-addressed store, hash-verified
131
}
132
133
func
AssertNoErr(err error) {
134
if
err != nil {
135
_panic(err)
136
}
137
}
138
139
func
Assertf(cond bool, f string, a ...
interface
{}) {
140
if
!cond {
Callers
15
SetHrwOwner
Method · 0.92
attrsFromLink
Function · 0.92
incFinished
Method · 0.92
incSkipped
Method · 0.92
incScheduled
Method · 0.92
incErrorCnt
Method · 0.92
setAllDispatched
Method · 0.92
markFinished
Method · 0.92
setAborted
Method · 0.92
tryStart
Function · 0.92
setupXaction
Method · 0.92
readHdr
Method · 0.92
Calls
1
_panic
Function · 0.85
Tested by
2
setAvailableMountPaths
Function · 0.74
createDirs
Function · 0.74