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

Struct otherPty

pty/pty_other.go:53–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53type otherPty struct {
54 mutex sync.Mutex
55 closed bool
56 err error
57 pty, tty *os.File
58 opts ptyOptions
59 name string
60}
61
62func (p *otherPty) control(tty *os.File, fn func(fd uintptr) error) (err error) {
63 defer func() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected