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

Function toLowerCase

test/fixtures/snapshot/typescript.js:1874–1876  ·  view source on GitHub ↗

Returns lower case string

(x)

Source from the content-addressed store, hash-verified

1872 ts.identity = identity;
1873 /** Returns lower case string */
1874 function toLowerCase(x) {
1875 return x.toLowerCase();
1876 }
1877 ts.toLowerCase = toLowerCase;
1878 // We convert the file names to lower case as key for file name on case insensitive file system
1879 // While doing so we need to handle special characters (eg \u0130) to ensure that we dont convert

Callers 2

equalCharsFunction · 0.70
_loop_8Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected