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

Method Int

profiler/ui.go:115–117  ·  view source on GitHub ↗
(_ string, d int, _ string)

Source from the content-addressed store, hash-verified

113}
114
115func (f inlineFlagset) Int(_ string, d int, _ string) *int {
116 return &d
117}
118
119func (f inlineFlagset) Float64(_ string, d float64, _ string) *float64 {
120 return &d

Callers 1

LookupPortMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected