Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
919
func
contains(s string, a []string) bool {
920
return
slices.Contains(a, s)
921
}
Callers
2
NewLuaScriptWithOptions
Function · 0.70
initScript
Method · 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…