MCPcopy
hub / github.com/urfave/cli / UintSlice

Method UintSlice

flag_uint_slice.go:26–28  ·  view source on GitHub ↗

UintSlice looks up the value of a local UintSliceFlag, returns nil if not found

(name string)

Source from the content-addressed store, hash-verified

24// UintSlice looks up the value of a local UintSliceFlag, returns
25// nil if not found
26func (cmd *Command) UintSlice(name string) []uint {
27 return getUintSlice[uint](cmd, name)
28}
29
30// Uint8Slice looks up the value of a local Uint8SliceFlag, returns
31// nil if not found

Callers 2

TestCommand_UintSliceFunction · 0.95

Calls

no outgoing calls

Tested by 2

TestCommand_UintSliceFunction · 0.76