MCPcopy Index your code
hub / github.com/hoothin/UserScripts / normalize

Function normalize

Pagetual/pagetual.user.js:4196–4196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4194 let bytes = new Uint8Array(buffer);
4195 let decoderList = [];
4196 let normalize = label => String(label || "").trim().toLowerCase();
4197 let addAlias = (name, aliases) => {
4198 if (aliases.indexOf(normalizedPreferred) !== -1) {
4199 pushDecoder(name);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected