MCPcopy Index your code
hub / github.com/keepfool/vue-tutorials / next

Function next

06.Router/basic/js/vue.js:5984–5990  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5982 var called = 0;
5983 hooks[0].call(vm, next);
5984 function next() {
5985 if (++called >= total) {
5986 cb();
5987 } else {
5988 hooks[called].call(vm, next);
5989 }
5990 }
5991 }
5992
5993 var propBindingModes = config._propBindingModes;

Callers

nothing calls this directly

Calls 1

cbFunction · 0.70

Tested by

no test coverage detected