Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceFireDB/IceFireDB
/ modulos
Function
modulos
IceFireDB-Redis-Proxy/pkg/router/mapper.go:74–78 ·
view source on GitHub ↗
(num, modVal int)
Source
from the content-addressed store, hash-verified
72
}
73
74
func
modulos(num, modVal int) VerifyFunc {
75
return
func
(argsLen int) bool {
76
return
argsLen%num == modVal
77
}
78
}
79
80
type
OpInfo
struct
{
81
Name string
Callers
1
init
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected