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

Method ConnStatusCommand

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

Source from the content-addressed store, hash-verified

571}
572
573func (ws *WshServer) ConnStatusCommand(ctx context.Context) ([]wshrpc.ConnStatus, error) {
574 rtn := conncontroller.GetAllConnStatus()
575 return rtn, nil
576}
577
578func (ws *WshServer) WslStatusCommand(ctx context.Context) ([]wshrpc.ConnStatus, error) {
579 rtn := wslconn.GetAllConnStatus()

Callers

nothing calls this directly

Calls 1

GetAllConnStatusFunction · 0.92

Tested by

no test coverage detected