Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/webpack/tapable
/ COMPILE
Function
COMPILE
lib/SyncBailHook.js:35–38 ·
view source on GitHub ↗
(options)
Source
from the content-addressed store, hash-verified
33
};
34
35
function
COMPILE(options) {
36
factory.setup(this, options);
37
return
factory.create(options);
38
}
39
40
function
SyncBailHook(args = [], name = undefined) {
41
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…