MCPcopy Create free account
hub / github.com/dchester/jsonpath / isOctalDigit

Function isOctalDigit

jsonpath.js:230–232  ·  view source on GitHub ↗
(ch)

Source from the content-addressed store, hash-verified

228 }
229
230 function isOctalDigit(ch) {
231 return '01234567'.indexOf(ch) >= 0;
232 }
233
234
235 // 7.2 White Space

Callers 4

scanOctalLiteralFunction · 0.85
isImplicitOctalLiteralFunction · 0.85
scanNumericLiteralFunction · 0.85
scanStringLiteralFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected