Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/yusing/godoxy
/ Add
Method
Add
internal/types/docker.go:58–60 ·
view source on GitHub ↗
(err error)
Source
from the content-addressed store, hash-verified
56
)
57
58
func
(e *ContainerError) Add(err error) {
59
e.errs.Add(err)
60
}
61
62
func
(e *ContainerError) Error() string {
63
return
e.errs.String()
Callers
nothing calls this directly
Calls
1
Add
Method · 0.65
Tested by
no test coverage detected