MCPcopy 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
109function peekline() {
110 const s = readline();
111 line = `${s}\n${line}`;
112 return s;
113}
114
115function readline() {
116 while (true) {

Callers 1

openFileFunction · 0.85

Calls 1

readlineFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…