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

Method MustUint32s

binder.go:882–884  ·  view source on GitHub ↗

MustUint32s requires parameter value to exist to bind to uint32 slice variable. Returns error when value does not exist

(sourceParam string, dest *[]uint32)

Source from the content-addressed store, hash-verified

880
881// MustUint32s requires parameter value to exist to bind to uint32 slice variable. Returns error when value does not exist
882func (b *ValueBinder) MustUint32s(sourceParam string, dest *[]uint32) *ValueBinder {
883 return b.uintsValue(sourceParam, dest, true)
884}
885
886// Uint16s binds parameter to slice of uint16
887func (b *ValueBinder) Uint16s(sourceParam string, dest *[]uint16) *ValueBinder {

Callers 1

Calls 1

uintsValueMethod · 0.95

Tested by 1