MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / PipePty

Struct PipePty

pkg/shellexec/shellexec.go:120–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120type PipePty struct {
121 remoteStdinWrite *os.File
122 remoteStdoutRead *os.File
123}
124
125func (pp *PipePty) Fd() uintptr {
126 return pp.remoteStdinWrite.Fd()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected