Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_whitespace
Function · 0.85
read_while
Function · 0.85
grow
Function · 0.85
handle_slash
Function · 0.85
handle_dot
Function · 0.85
next_token
Function · 0.85
$statement
Function · 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…