MCPcopy
hub / github.com/vuejs/core / getCalls

Function getCalls

packages/vue-compat/__tests__/misc.spec.ts:143–144  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

141 } as any
142
143 const getCalls = () =>
144 Object.keys(myDir).map(key => myDir[key].mock.calls.length)
145
146 const vm = new Vue({
147 data() {

Callers 1

misc.spec.tsFile · 0.85

Calls 1

mapMethod · 0.80

Tested by

no test coverage detected