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

Method deserialize

lib/serialization/BinaryMiddleware.js:1198–1200  ·  view source on GitHub ↗

* Restores this instance from the provided deserializer context. * @param {SerializedType} data data * @param {Context} context context object * @returns {DeserializedType | Promise<DeserializedType>} deserialized data

(data, context)

Source from the content-addressed store, hash-verified

1196 * @returns {DeserializedType | Promise<DeserializedType>} deserialized data
1197 */
1198 deserialize(data, context) {
1199 return this._deserialize(data, context);
1200 }
1201
1202 /**
1203 * Create lazy deserialized. Internal, but called from the dispatch table.

Callers

nothing calls this directly

Calls 1

_deserializeMethod · 0.95

Tested by

no test coverage detected