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

Method AddExtraUsage

browsertests/testutils.go:179–179  ·  view source on GitHub ↗
(eu string)

Source from the content-addressed store, hash-verified

177}
178func (flags testFlags) ExtraUsage() string { return "" }
179func (flags testFlags) AddExtraUsage(eu string) {}
180func (flags testFlags) Parse(usage func()) []string { return []string{"test", "bin"} }
181
182var _ driver.FlagSet = testFlags{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected