Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ isDependencyFulfilled
Method
isDependencyFulfilled
lib/MultiCompiler.js:384–384 ·
view source on GitHub ↗
(d)
Source
from the content-addressed store, hash-verified
382
* @returns {boolean} when dependency was fulfilled
383
*/
384
const
isDependencyFulfilled = (d) => fulfilledNames.has(d);
385
/**
386
* Gets ready compilers.
387
* @returns {Compiler[]} compilers
Callers
nothing calls this directly
Calls
1
has
Method · 0.45
Tested by
no test coverage detected