MCPcopy
hub / github.com/caddyserver/caddy / String

Method String

cmd/main.go:312–314  ·  cmd/main.go::Flags.String

String returns the string representation of the flag given by name. It panics if the flag is not in the flag set.

(name string)

Source from the content-addressed store, hash-verified

310// flag given by name. It panics if the flag is not
311// in the flag set.
312func (f Flags) String(name string) string {
313 return f.FlagSet.Lookup(name).Value.String()
314}
315
316// Bool returns the boolean representation of the
317// flag given by name. It returns false if the flag

Callers 15

BoolMethod · 0.95
IntMethod · 0.95
Float64Method · 0.95
DurationMethod · 0.95
trapSignalsCrossPlatformFunction · 0.45
exitProcessFromSignalFunction · 0.45
trapSignalsPosixFunction · 0.45
AcceptMethod · 0.45
replaceLocalAdminServerFunction · 0.45
replaceRemoteAdminServerFunction · 0.45
stopAdminServerFunction · 0.45
ServeHTTPMethod · 0.45

Calls

no outgoing calls