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

Method String

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

Source from the content-addressed store, hash-verified

333}
334
335func (f testFlags) String(s, d, c string) *string {
336 if t, ok := f.strings[s]; ok {
337 return &t
338 }
339 return &d
340}
341
342func (f testFlags) StringList(s, d, c string) *[]*string {
343 if t, ok := f.stringLists[s]; ok {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected