MCPcopy
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
366func (c *Command) Uint32Arg(name string) uint32 {
367 return arg[uint32](name, c)
368}
369
370func (c *Command) Uint64Arg(name string) uint64 {
371 return arg[uint64](name, c)

Callers 1

TestArgsUintTypesFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestArgsUintTypesFunction · 0.64