MCPcopy Create free account
hub / github.com/google/pprof / StringList

Method StringList

internal/plugin/plugin.go:66–66  ·  view source on GitHub ↗

StringList is similar to String but allows multiple values for a single flag

(name string, def string, usage string)

Source from the content-addressed store, hash-verified

64 // StringList is similar to String but allows multiple values for a
65 // single flag
66 StringList(name string, def string, usage string) *[]*string
67
68 // ExtraUsage returns any additional text that should be printed after the
69 // standard usage message. The extra usage message returned includes all text

Callers

nothing calls this directly

Implementers 2

testFlagsinternal/driver/driver_test.go
GoFlagsinternal/driver/flags.go

Calls

no outgoing calls

Tested by

no test coverage detected