Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudstack
/ peek
Function
peek
tools/ngui/static/js/lib/angular.js:5861–5863 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5859
}
5860
5861
function
peek() {
5862
return
index + 1 < text.length ? text.charAt(index + 1) : false;
5863
}
5864
function
isNumber(ch) {
5865
return
'0'
<= ch && ch <=
'9'
;
5866
}
Callers
5
lex
Function · 0.85
readNumber
Function · 0.85
expect
Function · 0.85
consume
Function · 0.85
statements
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected