MCPcopy Create free account
hub / github.com/TruthHun/BookStack / initProvide

Function initProvide

static/vuejs/vue.runtime.js:3654–3661  ·  view source on GitHub ↗
(vm)

Source from the content-addressed store, hash-verified

3652/* */
3653
3654function initProvide (vm) {
3655 var provide = vm.$options.provide;
3656 if (provide) {
3657 vm._provided = typeof provide === 'function'
3658 ? provide.call(vm)
3659 : provide;
3660 }
3661}
3662
3663function initInjections (vm) {
3664 var inject = vm.$options.inject;

Callers 1

initMixinFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected