Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/urfave/cli
/ Float32Args
Method
Float32Args
args.go:302–304 ·
view source on GitHub ↗
(name string)
Source
from the content-addressed store, hash-verified
300
}
301
302
func
(c *Command) Float32Args(name string) []float32 {
303
return
arg[[]float32](name, c)
304
}
305
306
func
(c *Command) Float64Arg(name string) float64 {
307
return
arg[float64](name, c)
Callers
1
TestArgsFloatSliceTypes
Function · 0.80
Calls
1
arg
Function · 0.85
Tested by
1
TestArgsFloatSliceTypes
Function · 0.64