Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ go
Function
go
test/fixtures/eval/stdin_typescript.js:30–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
];
29
30
function
go() {
31
const
c = queue.shift();
32
if
(!c)
return
console.log(
'done'
);
33
run(c, false,
function
() {
34
run(c, true, go);
35
});
36
}
37
38
go();
Callers
1
stdin_typescript.js
File · 0.70
Calls
3
run
Function · 0.70
shift
Method · 0.45
log
Method · 0.45
Tested by
no test coverage detected