MCPcopy Create free account
hub / github.com/microsoft/SandDance / ResourceManager1

Function ResourceManager1

docs/app/js/sanddance-app.js:88647–88658  ·  view source on GitHub ↗
(_ref)

Source from the content-addressed store, hash-verified

88645var _resourceDefault = parcelHelpers.interopDefault(_resource);
88646var 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",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected