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

Method MustUint32

binder.go:704–706  ·  view source on GitHub ↗

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

(sourceParam string, dest *uint32)

Source from the content-addressed store, hash-verified

702
703// MustUint32 requires parameter value to exist to bind to uint32 variable. Returns error when value does not exist
704func (b *ValueBinder) MustUint32(sourceParam string, dest *uint32) *ValueBinder {
705 return b.uintValue(sourceParam, dest, 32, true)
706}
707
708// Uint16 binds parameter to uint16 variable
709func (b *ValueBinder) Uint16(sourceParam string, dest *uint16) *ValueBinder {

Callers 1

Calls 1

uintValueMethod · 0.95

Tested by 1