MCPcopy
hub / github.com/webpack/webpack / markBuildingStart

Method markBuildingStart

lib/ModuleProfile.js:99–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97 }
98
99 markBuildingStart() {
100 this.buildingStartTime = Date.now();
101 }
102
103 markBuildingEnd() {
104 this.buildingEndTime = Date.now();

Callers 1

_buildModuleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected