Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/undici
/ codeUnitStr
Function
codeUnitStr
test/web-platform-tests/runner/utils.mjs:15–17 ·
view source on GitHub ↗
(char)
Source
from the content-addressed store, hash-verified
13
}
14
15
function
codeUnitStr (char) {
16
return
'U+'
+ char.charCodeAt(0).toString(16)
17
}
Callers
1
sanitizeUnpairedSurrogates
Function · 0.85
Calls
1
toString
Method · 0.45
Tested by
no test coverage detected