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

Function isCTL

deps/undici/undici.js:6640–6642  ·  view source on GitHub ↗
(char)

Source from the content-addressed store, hash-verified

6638 }
6639 __name(parsingError, "parsingError");
6640 function isCTL(char) {
6641 return char <= 31 || char === 127;
6642 }
6643 __name(isCTL, "isCTL");
6644 function isTSpecial(char) {
6645 return char === 40 || // (

Callers 1

isTokenFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected