MCPcopy Create free account
hub / github.com/hydro-dev/Hydro / decProgress

Function decProgress

packages/ui-default/utils/pjax.js:44–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42}
43
44function decProgress() {
45 inProgress--;
46 if (inProgress === 0) {
47 NProgress.done();
48 }
49}
50
51pjax.request = async (opt) => {
52 if (typeof opt === 'string') opt = { url: opt };

Callers 1

pjax.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected