Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceFireDB/IceFireDB
/ InArray
Function
InArray
IceFireDB-Redis-Proxy/utils/func.go:67–69 ·
view source on GitHub ↗
(in string, array []string)
Source
from the content-addressed store, hash-verified
65
}
66
67
func
InArray(in string, array []string) bool {
68
return
slices.Contains(array, in)
69
}
70
71
var
_hostname string
72
Callers
2
IgnoreCMDMiddleware
Function · 0.92
accept
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected