MCPcopy 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
74func modulos(num, modVal int) VerifyFunc {
75 return func(argsLen int) bool {
76 return argsLen%num == modVal
77 }
78}
79
80type OpInfo struct {
81 Name string

Callers 1

initFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected