Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudstack
/ isExpOperator
Function
isExpOperator
tools/ngui/static/js/lib/angular.js:5876–5878 ·
view source on GitHub ↗
(ch)
Source
from the content-addressed store, hash-verified
5874
'_'
== ch || ch ==
'$'
;
5875
}
5876
function
isExpOperator(ch) {
5877
return
ch ==
'-'
|| ch ==
'+'
|| isNumber(ch);
5878
}
5879
5880
function
throwError(error, start, end) {
5881
end = end || index;
Callers
1
readNumber
Function · 0.85
Calls
1
isNumber
Function · 0.85
Tested by
no test coverage detected