MCPcopy Create free account
hub / github.com/objectivehtml/FlipClock / hex

Method hex

src/helpers/parser.js:47–49  ·  view source on GitHub ↗
(ch)

Source from the content-addressed store, hash-verified

45
46 static buildMessage(expected, found) {
47 function hex(ch) {
48 return ch.codePointAt(0).toString(16).toUpperCase();
49 }
50
51 const nonPrintable = Object.prototype.hasOwnProperty.call(RegExp.prototype, "unicode")
52 ? new RegExp("[\\p{C}\\p{Mn}\\p{Mc}]", "gu")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected