Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/dagger/dagger
/ IsHandlerError
Method
IsHandlerError
cmd/dagger/shell_state.go:283–286 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
281
}
282
283
func
(st ShellState) IsHandlerError() bool {
284
var
err *HandlerError
285
return
errors.As(st.Error, &err)
286
}
287
288
// IsEmpty returns true if there's no function calls in the chain
289
func
(st ShellState) IsEmpty() bool {
Callers
1
Exec
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected