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

Function getData

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

Source from the content-addressed store, hash-verified

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

Callers 1

initDataFunction · 0.70

Calls 1

handleErrorFunction · 0.70

Tested by

no test coverage detected