Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/spf13/pflag
/ Set
Method
Set
golangflag.go:62–64 ·
view source on GitHub ↗
(s string)
Source
from the content-addressed store, hash-verified
60
}
61
62
func
(v *flagValueWrapper) Set(s string) error {
63
return
v.inner.Set(s)
64
}
65
66
func
(v *flagValueWrapper) Type() string {
67
return
v.flagType
Callers
nothing calls this directly
Calls
1
Set
Method · 0.65
Tested by
no test coverage detected