MCPcopy Create free account
hub / github.com/RubyLouvre/anu / caseFold

Function caseFold

test/babel.js:57311–57313  ·  view source on GitHub ↗
(codePoint)

Source from the content-addressed store, hash-verified

57309 }
57310
57311 function caseFold(codePoint) {
57312 return has(iuMappings, codePoint) ? iuMappings[codePoint] : false;
57313 }
57314
57315 var ignoreCase = false;
57316 var unicode = false;

Callers 3

babel.jsFile · 0.85
processCharacterClassFunction · 0.85
processTermFunction · 0.85

Calls 1

hasFunction · 0.70

Tested by

no test coverage detected