()
| 1677 | _inherits(WT, _Transport); |
| 1678 | var _super = _createSuper(WT); |
| 1679 | function WT() { |
| 1680 | _classCallCheck(this, WT); |
| 1681 | return _super.apply(this, arguments); |
| 1682 | } |
| 1683 | _createClass(WT, [{ |
| 1684 | key: "name", |
| 1685 | get: function get() { |
nothing calls this directly
no test coverage detected