Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ delayed.js
File
delayed.js
test/watchCases/plugins/automatic-prefetch-plugin/0/delayed.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
module.exports =
function
() {
2
this.cacheable(false);
3
return
new
Promise(resolve => {
4
setTimeout(() => {
Callers
nothing calls this directly
Calls
2
resolve
Function · 0.85
cacheable
Method · 0.65
Tested by
no test coverage detected