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

Method MustUint64s

binder.go:872–874  ·  view source on GitHub ↗

MustUint64s requires parameter value to exist to bind to uint64 slice variable. Returns error when value does not exist

(sourceParam string, dest *[]uint64)

Source from the content-addressed store, hash-verified

870
871// MustUint64s requires parameter value to exist to bind to uint64 slice variable. Returns error when value does not exist
872func (b *ValueBinder) MustUint64s(sourceParam string, dest *[]uint64) *ValueBinder {
873 return b.uintsValue(sourceParam, dest, true)
874}
875
876// Uint32s binds parameter to slice of uint32
877func (b *ValueBinder) Uint32s(sourceParam string, dest *[]uint32) *ValueBinder {

Callers 2

Calls 1

uintsValueMethod · 0.95

Tested by 2