Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/IvanMathy/Boop
/ fromDecimalCode
Function
fromDecimalCode
Boop/Boop/scripts/lib/js-yaml.js:1083–1089 ·
view source on GitHub ↗
(c)
Source
from the content-addressed store, hash-verified
1081
}
1082
1083
function
fromDecimalCode(c) {
1084
if
((0x30/* 0 */ <= c) && (c <= 0x39/* 9 */)) {
1085
return
c - 0x30;
1086
}
1087
1088
return
-1;
1089
}
1090
1091
function
simpleEscapeSequence(c) {
1092
/* eslint-disable indent */
Callers
1
readBlockScalar
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected