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

Method MustInt16s

binder.go:664–666  ·  view source on GitHub ↗

MustInt16s requires parameter value to exist to bind to int16 slice variable. Returns error when value does not exist

(sourceParam string, dest *[]int16)

Source from the content-addressed store, hash-verified

662
663// MustInt16s requires parameter value to exist to bind to int16 slice variable. Returns error when value does not exist
664func (b *ValueBinder) MustInt16s(sourceParam string, dest *[]int16) *ValueBinder {
665 return b.intsValue(sourceParam, dest, true)
666}
667
668// Int8s binds parameter to slice of int8
669func (b *ValueBinder) Int8s(sourceParam string, dest *[]int8) *ValueBinder {

Callers 1

Calls 1

intsValueMethod · 0.95

Tested by 1