MCPcopy
hub / github.com/webpack/webpack / getContext

Method getContext

lib/Dependency.js:274–276  ·  view source on GitHub ↗

* Returns a request context. * @returns {string | undefined} a request context

()

Source from the content-addressed store, hash-verified

272 * @returns {string | undefined} a request context
273 */
274 getContext() {
275 return undefined;
276 }
277
278 /**
279 * Returns an identifier to merge equal requests.

Callers 5

factorizeAddMethod · 0.45
moduleAddMethod · 0.45
classifyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected