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

Method IntVar

profiler/ui.go:134–136  ·  view source on GitHub ↗
(p *int, _ string, d int, _ string)

Source from the content-addressed store, hash-verified

132}
133
134func (f inlineFlagset) IntVar(p *int, _ string, d int, _ string) {
135 *p = d
136}
137
138func (f inlineFlagset) Float64Var(p *float64, _ string, d float64, _ string) {
139 *p = d

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected