MCPcopy
hub / github.com/webpack/webpack / setContext

Method setContext

lib/util/AsyncQueue.js:150–152  ·  view source on GitHub ↗

* Updates context using the provided value. * @param {string} value context of execution

(value)

Source from the content-addressed store, hash-verified

148 * @param {string} value context of execution
149 */
150 setContext(value) {
151 this._context = value;
152 }
153
154 /**
155 * Processes the provided item.

Callers 2

applyMethod · 0.80
importModuleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected