Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/BloombergGraphics/whatiscode
/ isOctalDigit
Function
isOctalDigit
scripts/libs/esprima.js:233–235 ·
view source on GitHub ↗
(ch)
Source
from the content-addressed store, hash-verified
231
}
232
233
function
isOctalDigit(ch) {
234
return
'01234567'
.indexOf(ch) >= 0;
235
}
236
237
238
// 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