MCPcopy
hub / github.com/docker/compose / carriageReturn

Function carriageReturn

cmd/formatter/ansi.go:58–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56}
57
58func carriageReturn() {
59 if disableAnsi {
60 return
61 }
62 fmt.Print(aec.Column(0))
63}
64
65func clearLine() {
66 if disableAnsi {

Callers 3

printNavigationMenuMethod · 0.85
clearNavigationMenuMethod · 0.85
allocateSpaceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected