MCPcopy Index your code
hub / github.com/labstack/echo / Uint16s

Method Uint16s

binder.go:887–889  ·  view source on GitHub ↗

Uint16s binds parameter to slice of uint16

(sourceParam string, dest *[]uint16)

Source from the content-addressed store, hash-verified

885
886// Uint16s binds parameter to slice of uint16
887func (b *ValueBinder) Uint16s(sourceParam string, dest *[]uint16) *ValueBinder {
888 return b.uintsValue(sourceParam, dest, false)
889}
890
891// MustUint16s requires parameter value to exist to bind to uint16 slice variable. Returns error when value does not exist
892func (b *ValueBinder) MustUint16s(sourceParam string, dest *[]uint16) *ValueBinder {

Callers 2

Calls 1

uintsValueMethod · 0.95

Tested by 2