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

Method Bool

internal/driver/flags.go:28–30  ·  view source on GitHub ↗

Bool implements the plugin.FlagSet interface.

(o string, d bool, c string)

Source from the content-addressed store, hash-verified

26
27// Bool implements the plugin.FlagSet interface.
28func (*GoFlags) Bool(o string, d bool, c string) *bool {
29 return flag.Bool(o, d, c)
30}
31
32// Int implements the plugin.FlagSet interface.
33func (*GoFlags) Int(o string, d int, c string) *int {

Callers

nothing calls this directly

Calls 1

BoolMethod · 0.65

Tested by

no test coverage detected