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

Method ConnListCommand

pkg/wshrpc/wshserver/wshserver.go:726–728  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

724}
725
726func (ws *WshServer) ConnListCommand(ctx context.Context) ([]string, error) {
727 return conncontroller.GetConnectionsList()
728}
729
730func (ws *WshServer) WslListCommand(ctx context.Context) ([]string, error) {
731 distros, err := wsl.RegisteredDistros(ctx)

Callers

nothing calls this directly

Calls 1

GetConnectionsListFunction · 0.92

Tested by

no test coverage detected