MCPcopy Index your code
hub / github.com/webpack/mini-css-extract-plugin / serialize

Method serialize

src/index.js:366–368  ·  view source on GitHub ↗
(instance, context)

Source from the content-addressed store, hash-verified

364 null,
365 {
366 serialize(instance, context) {
367 instance.serialize(context);
368 },
369 deserialize(context) {
370 const { read } = context;
371

Callers 8

nonce.test.jsFile · 0.45
serializeMethod · 0.45
serializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected