Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
153
func
(*MountOpt) Type() string {
154
return
"mount"
155
}
156
157
// String returns a string repr of this option
158
func
(m *MountOpt) String() string {
Callers
1
Set
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected