MCPcopy 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
67func InArray(in string, array []string) bool {
68 return slices.Contains(array, in)
69}
70
71var _hostname string
72

Callers 2

IgnoreCMDMiddlewareFunction · 0.92
acceptMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected