MCPcopy Index your code
hub / github.com/coder/coder / Output

Method Output

pty/pty.go:51–51  ·  view source on GitHub ↗

Output handles TTY output. cmd.SetOutput(pty.Output()) would be used to specify a command uses the output stream for writing. The same stream could be read to validate output.

()

Source from the content-addressed store, hash-verified

49 //
50 // The same stream could be read to validate output.
51 Output() ReadWriter
52
53 // Input handles TTY input.
54 //

Callers 15

AttachMethod · 0.95
pgDumpUsableFunction · 0.65
PGDumpSchemaOnlyFunction · 0.65
StartMethod · 0.65
TestCliTemplateCreateFunction · 0.65
TestGitAskpassFunction · 0.65
detectGitRefFunction · 0.65
TestExternalAuthFunction · 0.65
TestPortForwardFunction · 0.65
TestServerFunction · 0.65

Implementers 3

otherPtypty/pty_other.go
ptyWindowspty/pty_windows.go
testPTYpty/ptytest/ptytest_windows.go

Calls

no outgoing calls

Tested by 15

StartMethod · 0.52
TestCliTemplateCreateFunction · 0.52
TestGitAskpassFunction · 0.52
TestExternalAuthFunction · 0.52
TestPortForwardFunction · 0.52
TestServerFunction · 0.52
TestCreateWithPresetFunction · 0.52
TestTemplatePushFunction · 0.52
TestUseKeyringFunction · 0.52