Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
88
type
Max
struct
{
89
Max float64
90
}
91
92
func
ValidMax(max int) Max {
93
return
ValidMaxFloat(float64(max))
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected