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

Method Start

pkg/shellexec/conninterface.go:200–202  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

198}
199
200func (sw SessionWrap) Start() error {
201 return sw.Session.Start(sw.StartCmd)
202}
203
204func (sw SessionWrap) StdinPipe() (io.WriteCloser, error) {
205 return sw.Session.StdinPipe()

Callers

nothing calls this directly

Calls 1

StartMethod · 0.65

Tested by

no test coverage detected