MCPcopy 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
1083function fromDecimalCode(c) {
1084 if ((0x30/* 0 */ <= c) && (c <= 0x39/* 9 */)) {
1085 return c - 0x30;
1086 }
1087
1088 return -1;
1089}
1090
1091function simpleEscapeSequence(c) {
1092 /* eslint-disable indent */

Callers 1

readBlockScalarFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected