Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ record
Function
record
test/fixtures/test-runner/no-isolation/one.test.js:6–9 ·
view source on GitHub ↗
(data)
Source
from the content-addressed store, hash-verified
4
globalThis.GLOBAL_ORDER = [];
5
6
function
record(data) {
7
globalThis.GLOBAL_ORDER.push(data);
8
console.log(data);
9
}
10
11
before(
function
() {
12
record(`before one: ${this.name}`);
Callers
1
one.test.js
File · 0.70
Calls
2
push
Method · 0.45
log
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…