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

Function increment

docs/app/js/sanddance-app.js:121996–121998  ·  view source on GitHub ↗
(loader)

Source from the content-addressed store, hash-verified

121994 this._loader = customLoader || (0, _vegaLoader.loader)();
121995}
121996function increment(loader) {
121997 loader._pending += 1;
121998}
121999function decrement(loader) {
122000 loader._pending -= 1;
122001}

Callers 2

sanitizeURLFunction · 0.70
loadImageFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected