MCPcopy
hub / github.com/webpack/webpack / markRestoringStart

Method markRestoringStart

lib/ModuleProfile.js:81–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79 }
80
81 markRestoringStart() {
82 this.restoringStartTime = Date.now();
83 }
84
85 markRestoringEnd() {
86 this.restoringEndTime = Date.now();

Callers 1

_addModuleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected