Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
export
function
getCodePointName(codePoint) {
15
return
controlNames.get(codePoint) ?? unicodeNames.get(codePoint) ??
"?"
;
16
}
Callers
1
Literal
Function · 0.90
Calls
1
get
Method · 0.45
Tested by
no test coverage detected