Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
58
func
carriageReturn() {
59
if
disableAnsi {
60
return
61
}
62
fmt.Print(aec.Column(0))
63
}
64
65
func
clearLine() {
66
if
disableAnsi {
Callers
3
printNavigationMenu
Method · 0.85
clearNavigationMenu
Method · 0.85
allocateSpace
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected