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