Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ printSkipMessage
Function
printSkipMessage
test/common/index.js:619–621 ·
view source on GitHub ↗
(msg)
Source
from the content-addressed store, hash-verified
617
}
618
619
function
printSkipMessage(msg) {
620
console.log(`1..0 # Skipped: ${msg}`);
621
}
622
623
function
skip(msg) {
624
printSkipMessage(msg);
Callers
2
skip
Function · 0.85
runWithInvalidFD
Function · 0.85
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…