MCPcopy 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
346func renderPipe(idx, total int) string {
347 if idx == total-1 {
348 return pipeEnd
349 }
350 return pipeMid
351}

Callers 5

renderAgentRowFunction · 0.85
renderListeningPortsFunction · 0.85
renderPortRowFunction · 0.85
renderDevcontainersFunction · 0.85
renderDevcontainerRowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected