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

Function getData

static/vuejs/vue.js:2753–2760  ·  view source on GitHub ↗
(data, vm)

Source from the content-addressed store, hash-verified

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

Callers 1

initDataFunction · 0.70

Calls 1

handleErrorFunction · 0.70

Tested by

no test coverage detected