Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoEdgeLab/EdgeNode
/ IsFatalError
Function
IsFatalError
internal/iplibrary/action_errors.go:16–22 ·
view source on GitHub ↗
(err error)
Source
from the content-addressed store, hash-verified
14
}
15
16
func
IsFatalError(err error) bool {
17
if
err == nil {
18
return
false
19
}
20
_, ok := err.(*FataError)
21
return
ok
22
}
Callers
1
createInstance
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected