MCPcopy Index your code
hub / github.com/kopia/kopia / hasLine

Function hasLine

cli/command_server_control_test.go:224–226  ·  view source on GitHub ↗
(lines []string, lookFor string)

Source from the content-addressed store, hash-verified

222}
223
224func hasLine(lines []string, lookFor string) bool {
225 return slices.Contains(lines, lookFor)
226}

Callers 1

TestServerControlFunction · 0.85

Calls 1

ContainsMethod · 0.45

Tested by

no test coverage detected