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

Function deserialize

lib/ExternalModule.js:508–510  ·  view source on GitHub ↗
({ read })

Source from the content-addressed store, hash-verified

506 write(obj._dependencyMeta);
507 },
508 deserialize({ read }) {
509 return new ModuleExternalInitFragment(read(), read(), read(), read());
510 }
511 }
512);
513

Callers

nothing calls this directly

Calls 1

readFunction · 0.50

Tested by

no test coverage detected