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