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

Method AddExtraUsage

internal/driver/driver_test.go:312–312  ·  view source on GitHub ↗
(eu string)

Source from the content-addressed store, hash-verified

310func (testFlags) ExtraUsage() string { return "" }
311
312func (testFlags) AddExtraUsage(eu string) {}
313
314func (f testFlags) Bool(s string, d bool, c string) *bool {
315 if b, ok := f.bools[s]; ok {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected