Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ markIntegrationEnd
Method
markIntegrationEnd
lib/ModuleProfile.js:94–97 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
92
}
93
94
markIntegrationEnd() {
95
this.integrationEndTime = Date.now();
96
this.integration = this.integrationEndTime - this.integrationStartTime;
97
}
98
99
markBuildingStart() {
100
this.buildingStartTime = Date.now();
Callers
1
_addModule
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected