MCPcopy 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
16func IsFatalError(err error) bool {
17 if err == nil {
18 return false
19 }
20 _, ok := err.(*FataError)
21 return ok
22}

Callers 1

createInstanceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected