Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ peekline
Function
peekline
lib/internal/v8_prof_polyfill.js:109–113 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
107
}
108
109
function
peekline() {
110
const
s = readline();
111
line = `${s}\n${line}`;
112
return
s;
113
}
114
115
function
readline() {
116
while
(true) {
Callers
1
openFile
Function · 0.85
Calls
1
readline
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…