MCPcopy 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

scanOctalLiteralFunction · 0.85
scanNumericLiteralFunction · 0.85
scanStringLiteralFunction · 0.85
scanTemplateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected