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

Method tapPromise

lib/Hook.js:123–125  ·  view source on GitHub ↗
(options, fn)

Source from the content-addressed store, hash-verified

121 }
122
123 tapPromise(options, fn) {
124 this._tap("promise", options, fn);
125 }
126
127 _runRegisterInterceptors(options) {
128 const { interceptors } = this;

Callers 15

withOptionsMethod · 0.95
HookMap.jsFile · 0.45
makeHookFunction · 0.45
makeHookFunction · 0.45
registerFunction · 0.45
makeHookFunction · 0.45
runForLoopAsyncMethod · 0.45
runAsyncMethod · 0.45
runInterceptMethod · 0.45

Calls 1

_tapMethod · 0.95

Tested by 3

runForLoopAsyncMethod · 0.36
runAsyncMethod · 0.36
runInterceptMethod · 0.36