Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
printData
Function · 0.85
Calls
1
log
Method · 0.80
Tested by
no test coverage detected