MCPcopy Index your code
hub / github.com/TruthHun/BookStack / getData

Function getData

static/vuejs/vue.runtime.esm.js:2747–2754  ·  view source on GitHub ↗
(data, vm)

Source from the content-addressed store, hash-verified

2745}
2746
2747function getData (data, vm) {
2748 try {
2749 return data.call(vm)
2750 } catch (e) {
2751 handleError(e, vm, "data()");
2752 return {}
2753 }
2754}
2755
2756var computedWatcherOptions = { lazy: true };
2757

Callers 1

initDataFunction · 0.70

Calls 1

handleErrorFunction · 0.70

Tested by

no test coverage detected