Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ codeUnitStr
Function
codeUnitStr
test/common/wpt.js:58–60 ·
view source on GitHub ↗
(char)
Source
from the content-addressed store, hash-verified
56
}
57
58
function
codeUnitStr(char) {
59
return
'U+'
+ char.charCodeAt(0).toString(16);
60
}
61
62
class
ReportResult {
63
#startTime;
Callers
1
sanitizeUnpairedSurrogates
Function · 0.85
Calls
1
toString
Method · 0.45
Tested by
no test coverage detected