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

Callers 2

IgnoreCMDMiddlewareFunction · 0.92
acceptMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected