MCPcopy
hub / github.com/larksuite/cli / containsString

Function containsString

cmd/update/update_test.go:1589–1596  ·  view source on GitHub ↗
(values []string, target string)

Source from the content-addressed store, hash-verified

1587}
1588
1589func containsString(values []string, target string) bool {
1590 for _, value := range values {
1591 if value == target {
1592 return true
1593 }
1594 }
1595 return false
1596}

Calls

no outgoing calls

Tested by

no test coverage detected