MCPcopy
hub / github.com/webpack/webpack / markRestoringEnd

Method markRestoringEnd

lib/ModuleProfile.js:85–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83 }
84
85 markRestoringEnd() {
86 this.restoringEndTime = Date.now();
87 this.restoring = this.restoringEndTime - this.restoringStartTime;
88 }
89
90 markIntegrationStart() {
91 this.integrationStartTime = Date.now();

Callers 1

_addModuleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected