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

Method Uint

binder.go:739–741  ·  view source on GitHub ↗

Uint binds parameter to uint variable

(sourceParam string, dest *uint)

Source from the content-addressed store, hash-verified

737
738// Uint binds parameter to uint variable
739func (b *ValueBinder) Uint(sourceParam string, dest *uint) *ValueBinder {
740 return b.uintValue(sourceParam, dest, 0, false)
741}
742
743// MustUint requires parameter value to exist to bind to uint variable. Returns error when value does not exist
744func (b *ValueBinder) MustUint(sourceParam string, dest *uint) *ValueBinder {

Callers 2

Calls 1

uintValueMethod · 0.95

Tested by 2