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

Method String

internal/driver/flags.go:43–45  ·  view source on GitHub ↗

String implements the plugin.FlagSet interface.

(o, d, c string)

Source from the content-addressed store, hash-verified

41
42// String implements the plugin.FlagSet interface.
43func (*GoFlags) String(o, d, c string) *string {
44 return flag.String(o, d, c)
45}
46
47// StringList implements the plugin.FlagSet interface.
48func (*GoFlags) StringList(o, d, c string) *[]*string {

Callers

nothing calls this directly

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected