MCPcopy Index your code
hub / github.com/devspace-sh/devspace / contains

Function contains

docs/hack/util/schema.go:301–308  ·  view source on GitHub ↗
(s []string, e string)

Source from the content-addressed store, hash-verified

299}
300
301func contains(s []string, e string) bool {
302 for _, a := range s {
303 if a == e {
304 return true
305 }
306 }
307 return false
308}

Callers 1

createSectionsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected