MCPcopy Create free account
hub / github.com/nodejs/node / toUpperCharCode

Function toUpperCharCode

test/fixtures/snapshot/typescript.js:135522–135527  ·  view source on GitHub ↗
(charCode)

Source from the content-addressed store, hash-verified

135520 return false;
135521 }
135522 function toUpperCharCode(charCode) {
135523 if (97 /* CharacterCodes.a */ <= charCode && charCode <= 122 /* CharacterCodes.z */) {
135524 return charCode - 32;
135525 }
135526 return charCode;
135527 }
135528 })(Completions = ts.Completions || (ts.Completions = {}));
135529})(ts || (ts = {}));
135530var ts;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected