MCPcopy
hub / github.com/PatrickJS/awesome-cursorrules / formatCodePoint

Function formatCodePoint

scripts/check-repo-hygiene.mjs:771–773  ·  view source on GitHub ↗
(codePoint)

Source from the content-addressed store, hash-verified

769}
770
771function formatCodePoint(codePoint) {
772 return `U+${codePoint.toString(16).toUpperCase().padStart(4, "0")}`;
773}
774
775function inRange(value, min, max) {
776 return value >= min && value <= max;

Callers 1

checkPromptUnicodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected