MCPcopy
hub / github.com/revel/revel / Max

Struct Max

validators.go:88–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88type Max struct {
89 Max float64
90}
91
92func ValidMax(max int) Max {
93 return ValidMaxFloat(float64(max))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected