Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/docker/cli
/ String
Method
String
opts/opts.go:156–158 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
154
}
155
156
func
(opts *MapOpts) String() string {
157
return
fmt.Sprintf(
"%v"
, opts.values)
158
}
159
160
// Type returns a string name for this Option type
161
func
(*MapOpts) Type() string {
Callers
1
TestMapOpts
Function · 0.95
Calls
no outgoing calls
Tested by
1
TestMapOpts
Function · 0.76