Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ getSkip
Method
getSkip
lib/internal/test_runner/tests_stream.js:92–94 ·
view source on GitHub ↗
(reason = undefined)
Source
from the content-addressed store, hash-verified
90
}
91
92
getSkip(reason = undefined) {
93
return
{ __proto__: null, skip: reason ?? true };
94
}
95
96
getTodo(reason = undefined) {
97
return
{ __proto__: null, todo: reason ?? true };
Callers
1
getReportDetails
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected