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

Method deserialize

lib/ContextModule.js:1458–1463  ·  view source on GitHub ↗

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

(context)

Source from the content-addressed store, hash-verified

1456 * @param {ObjectDeserializerContext} context context
1457 */
1458 deserialize(context) {
1459 this._identifier = context.read();
1460 const c1 = context.rest;
1461 this._forceBuild = c1.read();
1462 super.deserialize(c1.rest);
1463 }
1464}
1465
1466makeSerializable(ContextModule, "webpack/lib/ContextModule");

Callers

nothing calls this directly

Calls 1

readMethod · 0.45

Tested by

no test coverage detected