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

Method OutputReader

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

OutputReader returns an io.Reader for reading the output from the process controlled by the pseudo-TTY

()

Source from the content-addressed store, hash-verified

24 // OutputReader returns an io.Reader for reading the output from the process
25 // controlled by the pseudo-TTY
26 OutputReader() io.Reader
27
28 // InputWriter returns an io.Writer for writing into to the process
29 // controlled by the pseudo-TTY

Callers 7

Test_Start_copyFunction · 0.65
Test_Start_truncationFunction · 0.65
StartFunction · 0.65
doAttachMethod · 0.65
newBufferedFunction · 0.65
startPTYSessionMethod · 0.65
TestIntegrationDockerFunction · 0.65

Implementers 2

otherPtypty/pty_other.go
ptyWindowspty/pty_windows.go

Calls

no outgoing calls

Tested by 3

Test_Start_copyFunction · 0.52
Test_Start_truncationFunction · 0.52
TestIntegrationDockerFunction · 0.52