MCPcopy
hub / github.com/webpack/webpack / markIntegrationStart

Method markIntegrationStart

lib/ModuleProfile.js:90–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88 }
89
90 markIntegrationStart() {
91 this.integrationStartTime = Date.now();
92 }
93
94 markIntegrationEnd() {
95 this.integrationEndTime = Date.now();

Callers 1

_addModuleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected