Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
224
func
hasLine(lines []string, lookFor string) bool {
225
return
slices.Contains(lines, lookFor)
226
}
Callers
1
TestServerControl
Function · 0.85
Calls
1
Contains
Method · 0.45
Tested by
no test coverage detected