(name string)
| 749 | } |
| 750 | |
| 751 | func GetWslConn(name string) *WslConn { |
| 752 | conn := getConnInternal(name) |
| 753 | return conn |
| 754 | } |
| 755 | |
| 756 | // Convenience function for ensuring a connection is established |
| 757 | func EnsureConnection(ctx context.Context, connName string) error { |
no test coverage detected