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

Method deserialize

lib/InitFragment.js:198–206  ·  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

196 * @param {ObjectDeserializerContext} context context
197 */
198 deserialize(context) {
199 const { read } = context;
200
201 this.content = read();
202 this.stage = read();
203 this.position = read();
204 this.key = read();
205 this.endContent = read();
206 }
207}
208
209makeSerializable(InitFragment, "webpack/lib/InitFragment");

Callers

nothing calls this directly

Calls 1

readFunction · 0.50

Tested by

no test coverage detected