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

Method Int16s

binder.go:659–661  ·  view source on GitHub ↗

Int16s binds parameter to slice of int16

(sourceParam string, dest *[]int16)

Source from the content-addressed store, hash-verified

657
658// Int16s binds parameter to slice of int16
659func (b *ValueBinder) Int16s(sourceParam string, dest *[]int16) *ValueBinder {
660 return b.intsValue(sourceParam, dest, false)
661}
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 {

Callers 2

Calls 1

intsValueMethod · 0.95

Tested by 2