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

Method Float64

internal/driver/driver_test.go:328–333  ·  view source on GitHub ↗
(s string, d float64, c string)

Source from the content-addressed store, hash-verified

326}
327
328func (f testFlags) Float64(s string, d float64, c string) *float64 {
329 if g, ok := f.floats[s]; ok {
330 return &g
331 }
332 return &d
333}
334
335func (f testFlags) String(s, d, c string) *string {
336 if t, ok := f.strings[s]; ok {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected