MCPcopy Create free account
hub / github.com/aradzie/keybr.com / getCodePointName

Function getCodePointName

scripts/lib/codepoints.js:14–16  ·  view source on GitHub ↗
(codePoint)

Source from the content-addressed store, hash-verified

12]);
13
14export function getCodePointName(codePoint) {
15 return controlNames.get(codePoint) ?? unicodeNames.get(codePoint) ?? "?";
16}

Callers 1

LiteralFunction · 0.90

Calls 1

getMethod · 0.45

Tested by

no test coverage detected