MCPcopy Create free account
hub / github.com/Shopify/goose / String

Method String

profiler/ui.go:123–128  ·  view source on GitHub ↗
(s, d, _ string)

Source from the content-addressed store, hash-verified

121}
122
123func (f inlineFlagset) String(s, d, _ string) *string {
124 if t, ok := f.strings[s]; ok {
125 return &t
126 }
127 return &d
128}
129
130func (f inlineFlagset) BoolVar(p *bool, _ string, d bool, _ string) {
131 *p = d

Callers 2

TestNewServletFunction · 0.45
pprofUIHandlerFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestNewServletFunction · 0.36