MCPcopy
hub / github.com/webpack/webpack / serialize

Method serialize

lib/container/FallbackModule.js:186–189  ·  view source on GitHub ↗

* Serializes this instance into the provided serializer context. * @param {ObjectSerializerContext} context context

(context)

Source from the content-addressed store, hash-verified

184 * @param {ObjectSerializerContext} context context
185 */
186 serialize(context) {
187 context.write(this.requests);
188 super.serialize(context);
189 }
190
191 /**
192 * Restores this instance from the provided deserializer context.

Callers

nothing calls this directly

Calls 1

writeMethod · 0.80

Tested by

no test coverage detected