MCPcopy
hub / github.com/codesandbox/codesandbox-client / renderChar

Function renderChar

packages/app/static/js/babel.6.26.js:48259–48261  ·  view source on GitHub ↗
(chr)

Source from the content-addressed store, hash-verified

48257 ws = [' ', '\t', '\r', '\n', '\v', '\f', '\xA0', "\uFEFF"],
48258 text,
48259 renderChar = function renderChar(chr) {
48260 return chr === '' ? 'EOF' : "'" + chr + "'";
48261 },
48262 error = function error(m) {
48263
48264 // Call error when something is wrong.

Callers 2

nextFunction · 0.85
wordFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected