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

Struct GoFlags

internal/driver/flags.go:23–25  ·  view source on GitHub ↗

GoFlags implements the plugin.FlagSet interface.

Source from the content-addressed store, hash-verified

21
22// GoFlags implements the plugin.FlagSet interface.
23type GoFlags struct {
24 UsageMsgs []string
25}
26
27// Bool implements the plugin.FlagSet interface.
28func (*GoFlags) Bool(o string, d bool, c string) *bool {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected