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

Function getData

static/vuejs/vue.runtime.common.js:2749–2756  ·  view source on GitHub ↗
(data, vm)

Source from the content-addressed store, hash-verified

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

Callers 1

initDataFunction · 0.70

Calls 1

handleErrorFunction · 0.70

Tested by

no test coverage detected