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

Method ExtraUsage

browsertests/testutils.go:178–178  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

176 return getFlag(flags, name, []*string{}) // Not supported, so return an empty list.
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected