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

Method Name

pkg/shellexec/shellexec.go:129–131  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

127}
128
129func (pp *PipePty) Name() string {
130 return "pipe-pty"
131}
132
133func (pp *PipePty) Read(p []byte) (n int, err error) {
134 return pp.remoteStdoutRead.Read(p)

Callers 2

StartWslShellProcNoWshFunction · 0.45
StartWslShellProcFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected