MCPcopy
hub / github.com/webpack/webpack / deserialize

Method deserialize

lib/Dependency.js:451–459  ·  view source on GitHub ↗

* Restores this instance from the provided deserializer context. * @param {ObjectDeserializerContext} context context

({ read })

Source from the content-addressed store, hash-verified

449 * @param {ObjectDeserializerContext} context context
450 */
451 deserialize({ read }) {
452 this.optional = read();
453 this._locSL = read();
454 this._locSC = read();
455 this._locEL = read();
456 this._locEC = read();
457 this._locI = read();
458 this._locN = read();
459 }
460}
461
462/** @type {RawReferencedExports} */

Callers

nothing calls this directly

Calls 1

readFunction · 0.50

Tested by

no test coverage detected