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

Method _createCall

lib/Hook.js:57–64  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

55 }
56
57 _createCall(type) {
58 return this.compile({
59 taps: this.taps,
60 interceptors: this.interceptors,
61 args: this._args,
62 type
63 });
64 }
65
66 _tap(type, options, fn) {
67 if (typeof options === "string") {

Callers 3

CALL_DELEGATEFunction · 0.80
CALL_ASYNC_DELEGATEFunction · 0.80
PROMISE_DELEGATEFunction · 0.80

Calls 1

compileMethod · 0.95

Tested by

no test coverage detected