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