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

Method MustUint16

binder.go:714–716  ·  view source on GitHub ↗

MustUint16 requires parameter value to exist to bind to uint16 variable. Returns error when value does not exist

(sourceParam string, dest *uint16)

Source from the content-addressed store, hash-verified

712
713// MustUint16 requires parameter value to exist to bind to uint16 variable. Returns error when value does not exist
714func (b *ValueBinder) MustUint16(sourceParam string, dest *uint16) *ValueBinder {
715 return b.uintValue(sourceParam, dest, 16, true)
716}
717
718// Uint8 binds parameter to uint8 variable
719func (b *ValueBinder) Uint8(sourceParam string, dest *uint8) *ValueBinder {

Callers 1

Calls 1

uintValueMethod · 0.95

Tested by 1