MCPcopy 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
279func (st ShellState) IsError() bool {
280 return st.Error != nil
281}
282
283func (st ShellState) IsHandlerError() bool {
284 var err *HandlerError

Callers 1

shellDebugFormatFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected