MCPcopy 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
58function codeUnitStr(char) {
59 return 'U+' + char.charCodeAt(0).toString(16);
60}
61
62class ReportResult {
63 #startTime;

Callers 1

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected