MCPcopy Create free account
hub / github.com/codehamr/codehamr / isUnreachable

Function isUnreachable

internal/tui/commands.go:81–84  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

79}
80
81func isUnreachable(err error) bool {
82 _, ok := errors.AsType[cloud.ErrUnreachable](err)
83 return ok
84}

Callers 2

applyErrorMethod · 0.85
errorMessageMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected