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

Method deserialize

lib/AsyncDependenciesBlock.js:107–113  ·  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

105 * @param {ObjectDeserializerContext} context context
106 */
107 deserialize(context) {
108 const { read } = context;
109 this.groupOptions = read();
110 this.loc = read();
111 this.request = read();
112 super.deserialize(context);
113 }
114}
115
116makeSerializable(AsyncDependenciesBlock, "webpack/lib/AsyncDependenciesBlock");

Callers

nothing calls this directly

Calls 1

readFunction · 0.50

Tested by

no test coverage detected