MCPcopy
hub / github.com/graphql/graphql-spec / toLower

Function toLower

scripts/generate-contributor-list.mjs:12–12  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

10const cmp = (a, b) => collator.compare(a, b);
11const sleep = (ms) => new Promise((r) => setTimeout(r, ms));
12const toLower = (s) => (s || "").toLowerCase();
13function die(msg, code = 1) { console.error(msg); process.exit(code) }
14
15function normalizeName(s) {

Callers 2

workerFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected