Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/wavetermdev/waveterm
/ MakeProcessController
Method
MakeProcessController
pkg/genconn/genconn.go:52–52 ·
view source on GitHub ↗
(cmd CommandSpec)
Source
from the content-addressed store, hash-verified
50
51
type
ShellClient
interface
{
52
MakeProcessController(cmd CommandSpec) (ShellProcessController, error)
53
}
54
55
type
ShellProcessController
interface
{
Callers
1
RunSimpleCommand
Function · 0.65
Implementers
2
WSLShellClient
pkg/genconn/wsl-impl.go
SSHShellClient
pkg/genconn/ssh-impl.go
Calls
no outgoing calls
Tested by
no test coverage detected