(_ref)
| 88645 | var _resourceDefault = parcelHelpers.interopDefault(_resource); |
| 88646 | var ResourceManager = function() { |
| 88647 | function ResourceManager1(_ref) { |
| 88648 | var gl = _ref.gl, protocol = _ref.protocol; |
| 88649 | (0, _classCallCheckDefault.default)(this, ResourceManager1); |
| 88650 | this.protocol = protocol || "resource://"; |
| 88651 | this._context = { |
| 88652 | gl: gl, |
| 88653 | resourceManager: this |
| 88654 | }; |
| 88655 | this._resources = {}; |
| 88656 | this._consumers = {}; |
| 88657 | this._pruneRequest = null; |
| 88658 | } |
| 88659 | (0, _createClassDefault.default)(ResourceManager1, [ |
| 88660 | { |
| 88661 | key: "contains", |
nothing calls this directly
no outgoing calls
no test coverage detected