MCPcopy Create free account
hub / github.com/IceFireDB/IceFireDB / equal

Function equal

IceFireDB-Redis-Proxy/pkg/router/mapper.go:56–60  ·  view source on GitHub ↗
(num int)

Source from the content-addressed store, hash-verified

54type VerifyFunc func(argsLen int) bool
55
56func equal(num int) VerifyFunc {
57 return func(argsLen int) bool {
58 return argsLen == num
59 }
60}
61
62func less(num int) VerifyFunc {
63 return func(argsLen int) bool {

Callers 1

initFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected