Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/containers/toolbox
/ Error
Method
Error
src/cmd/run.go:1108–1110 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1106
}
1107
1108
func
(err *entryPointError) Error() string {
1109
return
err.msg
1110
}
1111
1112
func
(err *entryPointError) Is(target error) bool {
1113
targetErrMsg := target.Error()
Callers
1
Is
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected