Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ markStoringEnd
Method
markStoringEnd
lib/ModuleProfile.js:112–115 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
110
}
111
112
markStoringEnd() {
113
this.storingEndTime = Date.now();
114
this.storing = this.storingEndTime - this.storingStartTime;
115
}
116
117
// This depends on timing so we ignore it for coverage
118
/* istanbul ignore next */
Callers
1
_buildModule
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected