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

Method Int

internal/driver/flags.go:33–35  ·  view source on GitHub ↗

Int implements the plugin.FlagSet interface.

(o string, d int, c string)

Source from the content-addressed store, hash-verified

31
32// Int implements the plugin.FlagSet interface.
33func (*GoFlags) Int(o string, d int, c string) *int {
34 return flag.Int(o, d, c)
35}
36
37// Float64 implements the plugin.FlagSet interface.
38func (*GoFlags) Float64(o string, d float64, c string) *float64 {

Callers

nothing calls this directly

Calls 1

IntMethod · 0.65

Tested by

no test coverage detected