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

Method tap

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

Source from the content-addressed store, hash-verified

113 }
114
115 tap(options, fn) {
116 this._tap("sync", options, fn);
117 }
118
119 tapAsync(options, fn) {
120 this._tap("async", options, fn);

Callers 15

withOptionsMethod · 0.95
HookMap.jsFile · 0.45
registerFunction · 0.45
makeHookFunction · 0.45
makeHookFunction · 0.45
makeHookFunction · 0.45
makeHookFunction · 0.45
registerFunction · 0.45
registerFunction · 0.45
makeHookFunction · 0.45
makeHookFunction · 0.45
registerFunction · 0.45

Calls 1

_tapMethod · 0.95

Tested by 5

runForLoopAsyncMethod · 0.36
runForLoopSyncMethod · 0.36
runSyncMethod · 0.36
runAsyncMethod · 0.36
runInterceptMethod · 0.36