Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/urfave/cli
/ Uint64Arg
Method
Uint64Arg
args.go:370–372 ·
view source on GitHub ↗
(name string)
Source
from the content-addressed store, hash-verified
368
}
369
370
func
(c *Command) Uint64Arg(name string) uint64 {
371
return
arg[uint64](name, c)
372
}
373
374
func
(c *Command) UintArgs(name string) []uint {
375
return
arg[[]uint](name, c)
Callers
1
TestArgsUintTypes
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestArgsUintTypes
Function · 0.64