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

Method MustUint64

binder.go:694–696  ·  view source on GitHub ↗

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

(sourceParam string, dest *uint64)

Source from the content-addressed store, hash-verified

692
693// MustUint64 requires parameter value to exist to bind to uint64 variable. Returns error when value does not exist
694func (b *ValueBinder) MustUint64(sourceParam string, dest *uint64) *ValueBinder {
695 return b.uintValue(sourceParam, dest, 64, true)
696}
697
698// Uint32 binds parameter to uint32 variable
699func (b *ValueBinder) Uint32(sourceParam string, dest *uint32) *ValueBinder {

Callers 2

Calls 1

uintValueMethod · 0.95

Tested by 2