Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/reactjs/react-rails
/ isOctalDigit
Function
isOctalDigit
lib/assets/javascripts/JSXTransformer.js:2657–2659 ·
view source on GitHub ↗
(ch)
Source
from the content-addressed store, hash-verified
2655
}
2656
2657
function
isOctalDigit(ch) {
2658
return
'01234567'
.indexOf(ch) >= 0;
2659
}
2660
2661
2662
// 7.2 White Space
Callers
4
scanOctalLiteral
Function · 0.85
scanNumericLiteral
Function · 0.85
scanStringLiteral
Function · 0.85
scanTemplate
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected