Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/dagger/dagger
/ IsError
Method
IsError
cmd/dagger/shell_state.go:279–281 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
277
}
278
279
func
(st ShellState) IsError() bool {
280
return
st.Error != nil
281
}
282
283
func
(st ShellState) IsHandlerError() bool {
284
var
err *HandlerError
Callers
1
shellDebugFormat
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected