MCPcopy
hub / github.com/webpack/webpack / printLine

Function printLine

tooling/print-cache-file.js:81–83  ·  view source on GitHub ↗
(content)

Source from the content-addressed store, hash-verified

79 * @param {string} content content
80 */
81 const printLine = (content) => {
82 console.log(`${indent}${content}`);
83 };
84 printLine(`Version: ${read()}`);
85 while (i < data.length) {
86 const item = read();

Callers 1

printDataFunction · 0.85

Calls 1

logMethod · 0.80

Tested by

no test coverage detected