MCPcopy 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
283func (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
289func (st ShellState) IsEmpty() bool {

Callers 1

ExecMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected