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

Function ResourceLoader

docs/app/js/sanddance-app.js:121992–121995  ·  view source on GitHub ↗
(customLoader)

Source from the content-addressed store, hash-verified

121990}
121991(0, _vegaUtil.inherits)(GroupItem, Item);
121992function ResourceLoader(customLoader) {
121993 this._pending = 0;
121994 this._loader = customLoader || (0, _vegaLoader.loader)();
121995}
121996function increment(loader) {
121997 loader._pending += 1;
121998}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected