MCPcopy Index your code
hub / github.com/docker/docker-agent / lines

Function lines

e2e/binary/binary_test.go:86–88  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

84}
85
86func lines(s string) []string {
87 return strings.Split(s, "\n")
88}

Callers 1

TestAutoCompleteFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected