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

Function initProvide

static/vuejs/vue.js:3658–3665  ·  view source on GitHub ↗
(vm)

Source from the content-addressed store, hash-verified

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

Callers 1

initMixinFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected