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

Method deserialize

lib/cache/PackFileCacheStrategy.js:88–95  ·  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

86 * @param {ObjectDeserializerContext} context context
87 */
88 deserialize({ read }) {
89 this.version = read();
90 this.buildSnapshot = read();
91 this.buildDependencies = read();
92 this.resolveResults = read();
93 this.resolveBuildDependenciesSnapshot = read();
94 this.data = read();
95 }
96}
97
98makeSerializable(

Callers

nothing calls this directly

Calls 1

readFunction · 0.50

Tested by

no test coverage detected