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

Method Uint32s

binder.go:877–879  ·  view source on GitHub ↗

Uint32s binds parameter to slice of uint32

(sourceParam string, dest *[]uint32)

Source from the content-addressed store, hash-verified

875
876// Uint32s binds parameter to slice of uint32
877func (b *ValueBinder) Uint32s(sourceParam string, dest *[]uint32) *ValueBinder {
878 return b.uintsValue(sourceParam, dest, false)
879}
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 {

Callers 2

Calls 1

uintsValueMethod · 0.95

Tested by 2