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

Method MustFloat32s

binder.go:1102–1104  ·  view source on GitHub ↗

MustFloat32s requires parameter values to exist to bind to slice of float32 variables. Returns error when values does not exist

(sourceParam string, dest *[]float32)

Source from the content-addressed store, hash-verified

1100
1101// MustFloat32s requires parameter values to exist to bind to slice of float32 variables. Returns error when values does not exist
1102func (b *ValueBinder) MustFloat32s(sourceParam string, dest *[]float32) *ValueBinder {
1103 return b.floatsValue(sourceParam, dest, true)
1104}
1105
1106// Time binds parameter to time.Time variable
1107func (b *ValueBinder) Time(sourceParam string, dest *time.Time, layout string) *ValueBinder {

Callers 1

TestValueBinder_Float32sFunction · 0.80

Calls 1

floatsValueMethod · 0.95

Tested by 1

TestValueBinder_Float32sFunction · 0.64