MCPcopy Create free account
hub / github.com/node-inspector/node-inspector / peek

Function peek

front-end/UglifyJS/parse-js.js:270–270  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

268 };
269
270 function peek() { return S.text.charAt(S.pos); };
271
272 function next(signal_eof) {
273 var ch = S.text.charAt(S.pos++);

Callers 8

skip_whitespaceFunction · 0.85
read_whileFunction · 0.85
growFunction · 0.85
handle_slashFunction · 0.85
handle_dotFunction · 0.85
next_tokenFunction · 0.85
$statementFunction · 0.85
for_Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…