Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ renderPipe
Function
renderPipe
cli/cliui/resources.go:346–351 ·
view source on GitHub ↗
(idx, total int)
Source
from the content-addressed store, hash-verified
344
}
345
346
func
renderPipe(idx, total int) string {
347
if
idx == total-1 {
348
return
pipeEnd
349
}
350
return
pipeMid
351
}
Callers
5
renderAgentRow
Function · 0.85
renderListeningPorts
Function · 0.85
renderPortRow
Function · 0.85
renderDevcontainers
Function · 0.85
renderDevcontainerRow
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected