MCPcopy 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
58func (e *ContainerError) Add(err error) {
59 e.errs.Add(err)
60}
61
62func (e *ContainerError) Error() string {
63 return e.errs.String()

Callers

nothing calls this directly

Calls 1

AddMethod · 0.65

Tested by

no test coverage detected