Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/tapable
/ COMPILE
Function
COMPILE
lib/SyncLoopHook.js:30–33 ·
view source on GitHub ↗
(options)
Source
from the content-addressed store, hash-verified
28
};
29
30
function
COMPILE(options) {
31
factory.setup(this, options);
32
return
factory.create(options);
33
}
34
35
function
SyncLoopHook(args = [], name = undefined) {
36
const
hook =
new
Hook(args, name);
Callers
nothing calls this directly
Calls
2
setup
Method · 0.80
create
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…