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

Method Int

browsertests/testutils.go:166–168  ·  view source on GitHub ↗
(name string, def int, usage string)

Source from the content-addressed store, hash-verified

164 return getFlag(flags, name, def)
165}
166func (flags testFlags) Int(name string, def int, usage string) *int {
167 return getFlag(flags, name, def)
168}
169func (flags testFlags) Float64(name string, def float64, usage string) *float64 {
170 return getFlag(flags, name, def)
171}

Callers

nothing calls this directly

Calls 1

getFlagFunction · 0.85

Tested by

no test coverage detected