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

Method String

internal/plugin/plugin.go:62–62  ·  view source on GitHub ↗
(name string, def string, usage string)

Source from the content-addressed store, hash-verified

60 Int(name string, def int, usage string) *int
61 Float64(name string, def float64, usage string) *float64
62 String(name string, def string, usage string) *string
63
64 // StringList is similar to String but allows multiple values for a
65 // single flag

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