Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
scanOctalLiteral
Function · 0.85
isImplicitOctalLiteral
Function · 0.85
scanNumericLiteral
Function · 0.85
scanStringLiteral
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected