MCPcopy
hub / github.com/webpack/tapable / CALL_DELEGATE

Function CALL_DELEGATE

lib/Hook.js:14–17  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

12);
13
14function CALL_DELEGATE(...args) {
15 this.call = this._createCall("sync");
16 return this.call(...args);
17}
18
19function CALL_ASYNC_DELEGATE(...args) {
20 this.callAsync = this._createCall("async");

Callers

nothing calls this directly

Calls 1

_createCallMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…