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

Struct testFlags

internal/driver/driver_test.go:301–308  ·  view source on GitHub ↗

testFlags implements the plugin.FlagSet interface.

Source from the content-addressed store, hash-verified

299
300// testFlags implements the plugin.FlagSet interface.
301type testFlags struct {
302 bools map[string]bool
303 ints map[string]int
304 floats map[string]float64
305 strings map[string]string
306 args []string
307 stringLists map[string][]string
308}
309
310func (testFlags) ExtraUsage() string { return "" }
311

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected