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

Method Float64Var

profiler/ui.go:138–140  ·  view source on GitHub ↗
(p *float64, _ string, d float64, _ string)

Source from the content-addressed store, hash-verified

136}
137
138func (f inlineFlagset) Float64Var(p *float64, _ string, d float64, _ string) {
139 *p = d
140}
141
142func (f inlineFlagset) StringVar(p *string, s, d, _ string) {
143 if t, ok := f.strings[s]; ok {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected