Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
withOptions
Method · 0.95
HookMap.js
File · 0.45
register
Function · 0.45
makeHook
Function · 0.45
makeHook
Function · 0.45
makeHook
Function · 0.45
makeHook
Function · 0.45
register
Function · 0.45
register
Function · 0.45
makeHook
Function · 0.45
makeHook
Function · 0.45
register
Function · 0.45
Calls
1
_tap
Method · 0.95
Tested by
5
runForLoopAsync
Method · 0.36
runForLoopSync
Method · 0.36
runSync
Method · 0.36
runAsync
Method · 0.36
runIntercept
Method · 0.36