MCPcopy Index your code
hub / github.com/coder/wush / Code

Function Code

cliui/cliui.go:105–107  ·  view source on GitHub ↗

Code formats code for display.

(s string)

Source from the content-addressed store, hash-verified

103
104// Code formats code for display.
105func Code(s string) string {
106 return pretty.Sprint(DefaultStyles.Code, s)
107}
108
109// Field formats a field for display.
110func Field(s string) string {

Callers 12

cpCmdFunction · 0.92
portForwardCmdFunction · 0.92
sshCmdFunction · 0.92
waitUntilHasPeerHasIPFunction · 0.92
waitUntilHasP2PFunction · 0.92
serveCmdFunction · 0.92
rsyncCmdFunction · 0.92
PickDERPHomeMethod · 0.92
handleNextMessageMethod · 0.92
PickDERPHomeMethod · 0.92
ListenOverlaySTUNMethod · 0.92
PrintDebugMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected