MCPcopy Index your code
hub / github.com/webpack/tapable / PROMISE_DELEGATE

Function PROMISE_DELEGATE

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

Source from the content-addressed store, hash-verified

22}
23
24function PROMISE_DELEGATE(...args) {
25 this.promise = this._createCall("promise");
26 return this.promise(...args);
27}
28
29class Hook {
30 constructor(args = [], name = undefined) {

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…