MCPcopy Index your code
hub / github.com/zalando/skipper / contains

Function contains

script/script.go:919–921  ·  view source on GitHub ↗
(s string, a []string)

Source from the content-addressed store, hash-verified

917}
918
919func contains(s string, a []string) bool {
920 return slices.Contains(a, s)
921}

Callers 2

NewLuaScriptWithOptionsFunction · 0.70
initScriptMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…