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

Method MustUint16s

binder.go:892–894  ·  view source on GitHub ↗

MustUint16s requires parameter value to exist to bind to uint16 slice variable. Returns error when value does not exist

(sourceParam string, dest *[]uint16)

Source from the content-addressed store, hash-verified

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 {
893 return b.uintsValue(sourceParam, dest, true)
894}
895
896// Uint8s binds parameter to slice of uint8
897func (b *ValueBinder) Uint8s(sourceParam string, dest *[]uint8) *ValueBinder {

Callers 1

Calls 1

uintsValueMethod · 0.95

Tested by 1