MCPcopy
hub / github.com/webpack/webpack / markStoringStart

Method markStoringStart

lib/ModuleProfile.js:108–110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

106 }
107
108 markStoringStart() {
109 this.storingStartTime = Date.now();
110 }
111
112 markStoringEnd() {
113 this.storingEndTime = Date.now();

Callers 1

_buildModuleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected