Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/revel/revel
/ Min
Struct
Min
validators.go:50–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
type
Min
struct
{
51
Min float64
52
}
53
54
func
ValidMin(min int) Min {
55
return
ValidMinFloat(float64(min))
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected