MCPcopy
hub / github.com/fanmingming/live / getData

Function getData

m3u8/vue.js:4734–4745  ·  view source on GitHub ↗
(data, vm)

Source from the content-addressed store, hash-verified

4732 }
4733
4734 function getData (data, vm) {
4735 // #7573 disable dep collection when invoking data getters
4736 pushTarget();
4737 try {
4738 return data.call(vm, vm)
4739 } catch (e) {
4740 handleError(e, vm, "data()");
4741 return {}
4742 } finally {
4743 popTarget();
4744 }
4745 }
4746
4747 var computedWatcherOptions = { lazy: true };
4748

Callers 1

initDataFunction · 0.85

Calls 3

pushTargetFunction · 0.85
handleErrorFunction · 0.85
popTargetFunction · 0.85

Tested by

no test coverage detected