MCPcopy
hub / github.com/webpack/webpack / stopCapturingRequests

Method stopCapturingRequests

lib/cache/PackFileCacheStrategy.js:171–176  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

169 }
170
171 stopCapturingRequests() {
172 if (this.requestsTimeout !== undefined) {
173 clearTimeout(this.requestsTimeout);
174 this.requestsTimeout = undefined;
175 }
176 }
177
178 /**
179 * Returns cached content.

Callers 1

afterAllStoredMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected