Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
81
func
isUnreachable(err error) bool {
82
_, ok := errors.AsType[cloud.ErrUnreachable](err)
83
return
ok
84
}
Callers
2
applyError
Method · 0.85
errorMessage
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected