MCPcopy
hub / github.com/expr-lang/expr / check

Function check

debug/debugger.go:200–205  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

198}
199
200func check(err error) {
201 if err != nil {
202 _, _ = fmt.Fprintf(os.Stderr, "%v\n", err)
203 os.Exit(1)
204 }
205}

Callers 1

StartDebuggerFunction · 0.85

Calls 1

FprintfMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…