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

Method StringList

internal/driver/flags.go:48–50  ·  view source on GitHub ↗

StringList implements the plugin.FlagSet interface.

(o, d, c string)

Source from the content-addressed store, hash-verified

46
47// StringList implements the plugin.FlagSet interface.
48func (*GoFlags) StringList(o, d, c string) *[]*string {
49 return &[]*string{flag.String(o, d, c)}
50}
51
52// ExtraUsage implements the plugin.FlagSet interface.
53func (f *GoFlags) ExtraUsage() string {

Callers

nothing calls this directly

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected