MCPcopy
hub / github.com/Exrick/xpay / fromDecimalCode

Function fromDecimalCode

xpay-code/src/main/resources/static/swagger/swagger-ui.js:11148–11154  ·  view source on GitHub ↗
(c)

Source from the content-addressed store, hash-verified

11146}
11147
11148function fromDecimalCode(c) {
11149 if ((0x30/* 0 */ <= c) && (c <= 0x39/* 9 */)) {
11150 return c - 0x30;
11151 }
11152
11153 return -1;
11154}
11155
11156function simpleEscapeSequence(c) {
11157 return (c === 0x30/* 0 */) ? '\x00' :

Callers 1

readBlockScalarFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected