Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
54
type
VerifyFunc
func
(argsLen int) bool
55
56
func
equal(num int) VerifyFunc {
57
return
func
(argsLen int) bool {
58
return
argsLen == num
59
}
60
}
61
62
func
less(num int) VerifyFunc {
63
return
func
(argsLen int) bool {
Callers
1
init
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected