MCPcopy Create free account
hub / github.com/docker/cli / dummyAddr

Struct dummyAddr

cli/connhelper/commandconn/commandconn.go:268–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266}
267
268type dummyAddr struct {
269 network string
270 s string
271}
272
273func (d dummyAddr) Network() string {
274 return d.network

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected