Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ logMessage
Function
logMessage
test/parallel/test-inspector-console-top-frame.js:15–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
const
{ basename } = require(
'path'
);
14
15
function
logMessage() {
16
console.log(
'Log a message'
);
17
}
18
19
const
session =
new
Session();
20
let
topFrame;
Callers
1
test-inspector-console-top-frame.js
File · 0.70
Calls
1
log
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…