MCPcopy Create free account
hub / github.com/apache/echarts / mockMethods

Function mockMethods

src/core/Scheduler.ts:672–679  ·  view source on GitHub ↗
(target: any, Clz: any)

Source from the content-addressed store, hash-verified

670};
671
672function mockMethods(target: any, Clz: any): void {
673 /* eslint-disable */
674 for (let name in Clz.prototype) {
675 // Do not use hasOwnProperty
676 target[name] = noop;
677 }
678 /* eslint-enable */
679}
680
681export default Scheduler;

Callers 1

Scheduler.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected