MCPcopy Index your code
hub / github.com/perkeep/perkeep / commandString

Function commandString

dev/devcam/hook.go:252–254  ·  view source on GitHub ↗
(command string, args []string)

Source from the content-addressed store, hash-verified

250}
251
252func commandString(command string, args []string) string {
253 return strings.Join(append([]string{command}, args...), " ")
254}
255
256func lines(text string) []string {
257 out := strings.Split(text, "\n")

Callers 1

runGofmtMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected