MCPcopy Index your code
hub / github.com/docker/cli / Type

Method Type

opts/mount.go:153–155  ·  view source on GitHub ↗

Type returns the type of this option

()

Source from the content-addressed store, hash-verified

151
152// Type returns the type of this option
153func (*MountOpt) Type() string {
154 return "mount"
155}
156
157// String returns a string repr of this option
158func (m *MountOpt) String() string {

Callers 1

SetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected