MCPcopy
hub / github.com/webpack/webpack / details

Function details

test/FileSystemInfo.unittest.js:239–244  ·  view source on GitHub ↗
(/** @type {unknown} */ snapshot)

Source from the content-addressed store, hash-verified

237 ) => {
238 const fsInfo = createFsInfo(fs);
239 const details = (/** @type {unknown} */ snapshot) => `${
240 /** @type {string[]} */ (
241 /** @type {Record<string, unknown>} */ (fsInfo).logs
242 ).join("\n")
243 }
244${util.inspect(snapshot, false, Infinity, true)}`;
245 fsInfo.checkSnapshotValid(
246 /** @type {Snapshot} */ (snapshot),
247 (err, valid) => {

Callers 1

expectSnapshotStateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected