MCPcopy
hub / github.com/keepfool/vue-tutorials / factory

Function factory

06.Router/basic/js/vue-resource.js:705–709  ·  view source on GitHub ↗
(handler, next, vm)

Source from the content-addressed store, hash-verified

703 };
704
705 function factory(handler, next, vm) {
706 return function (options) {
707 return handler.call(vm, options, next);
708 };
709 }
710
711 function serialize(params, obj, scope) {
712

Callers 7

vue.jsFile · 0.70
vue-resource.jsFile · 0.70
UrlFunction · 0.70
vue-router.jsFile · 0.70
vue.jsFile · 0.50
vue.jsFile · 0.50
vue.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected