MCPcopy
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

1module.exports = function() {
2 this.cacheable(false);
3 return new Promise(resolve => {
4 setTimeout(() => {

Callers

nothing calls this directly

Calls 2

resolveFunction · 0.85
cacheableMethod · 0.65

Tested by

no test coverage detected