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

Method InputWriter

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

InputWriter returns an io.Writer for writing into to the process controlled by the pseudo-TTY

()

Source from the content-addressed store, hash-verified

28 // InputWriter returns an io.Writer for writing into to the process
29 // controlled by the pseudo-TTY
30 InputWriter() io.Writer
31}
32
33// PTY is a minimal interface for interacting with pseudo-TTY where this

Callers 3

readConnLoopFunction · 0.65
startPTYSessionMethod · 0.65
TestIntegrationDockerFunction · 0.65

Implementers 2

otherPtypty/pty_other.go
ptyWindowspty/pty_windows.go

Calls

no outgoing calls

Tested by 1

TestIntegrationDockerFunction · 0.52