MCPcopy Index your code
hub / github.com/chainreactors/EvilProxy / String

Method String

internal/pluginhost/command_line.go:194–201  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

192}
193
194func (v *commandLineFlagValue) String() string {
195 if v == nil || v.host == nil {
196 return ""
197 }
198 v.host.mu.Lock()
199 defer v.host.mu.Unlock()
200 return v.host.commandLineFlags[v.name].value
201}
202
203func (v *commandLineFlagValue) Set(raw string) error {
204 if v == nil || v.host == nil {

Calls

no outgoing calls