MCPcopy
hub / github.com/webpack/webpack / print

Function print

test/Defaults.unittest.js:66–68  ·  view source on GitHub ↗

* @param {unknown} received received * @returns {string} result

(received)

Source from the content-addressed store, hash-verified

64 * @returns {string} result
65 */
66 print(received) {
67 return normalize(/** @type {Diff} */ (received).value);
68 }
69});
70
71expect.addSnapshotSerializer({

Callers

nothing calls this directly

Calls 1

normalizeFunction · 0.70

Tested by

no test coverage detected