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

Method Uint16Slice

flag_uint_slice.go:38–40  ·  view source on GitHub ↗

Uint16Slice looks up the value of a local Uint16SliceFlag, returns nil if not found

(name string)

Source from the content-addressed store, hash-verified

36// Uint16Slice looks up the value of a local Uint16SliceFlag, returns
37// nil if not found
38func (cmd *Command) Uint16Slice(name string) []uint16 {
39 return getUintSlice[uint16](cmd, name)
40}
41
42// Uint32Slice looks up the value of a local Uint32SliceFlag, returns
43// nil if not found

Callers 1

TestCommand_Uint16SliceFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestCommand_Uint16SliceFunction · 0.76