Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ done
Method
done
lib/ProgressPlugin.js:674–677 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
672
handler(percentage,
"sealing"
, title);
673
},
674
done() {
675
progressReporters.set(compiler, undefined);
676
handler(percentage,
"sealing"
, title);
677
},
678
result() {
679
handler(percentage,
"sealing"
, title);
680
},
Callers
nothing calls this directly
Calls
2
handler
Function · 0.50
set
Method · 0.45
Tested by
no test coverage detected