Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
200
func
check(err error) {
201
if
err != nil {
202
_, _ = fmt.Fprintf(os.Stderr,
"%v\n"
, err)
203
os.Exit(1)
204
}
205
}
Callers
1
StartDebugger
Function · 0.85
Calls
1
Fprintf
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…