Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceFireDB/IceFireDB
/ greater
Function
greater
IceFireDB-PubSub/pkg/router/mapper.go:68–72 ·
view source on GitHub ↗
(num int)
Source
from the content-addressed store, hash-verified
66
}
67
68
func
greater(num int) VerifyFunc {
69
return
func
(argsLen int) bool {
70
return
argsLen >= num
71
}
72
}
73
74
func
modulos(num, modVal int) VerifyFunc {
75
return
func
(argsLen int) bool {
Callers
1
init
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected