Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ markFactoryEnd
Method
markFactoryEnd
lib/ModuleProfile.js:76–79 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
74
}
75
76
markFactoryEnd() {
77
this.factoryEndTime = Date.now();
78
this.factory = this.factoryEndTime - this.factoryStartTime;
79
}
80
81
markRestoringStart() {
82
this.restoringStartTime = Date.now();
Callers
1
_factorizeModule
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected