MCPcopy Create free account
hub / github.com/wavetermdev/waveterm / StdoutPipe

Method StdoutPipe

pkg/genconn/genconn.go:62–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60 // these are not required to be called, if they are not called, the impl will set to discard output
61 StdinPipe() (io.WriteCloser, error)
62 StdoutPipe() (io.Reader, error)
63 StderrPipe() (io.Reader, error)
64}
65

Callers 4

StdoutPipeMethod · 0.65
RunSimpleCommandFunction · 0.65
MakeStdoutSyncBufferFunction · 0.65
StdoutPipeMethod · 0.65

Implementers 4

CmdWrappkg/shellexec/conninterface.go
SessionWrappkg/shellexec/conninterface.go
WSLProcessControllerpkg/genconn/wsl-impl.go
SSHProcessControllerpkg/genconn/ssh-impl.go

Calls

no outgoing calls

Tested by

no test coverage detected