MCPcopy Index your code
hub / github.com/messageformat/messageformat / m

Function m

docs/scripts/prettify/prettify.js:5–10  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

3(function() {
4 function L(a) {
5 function m(a) {
6 var f = a.charCodeAt(0);
7 if (f !== 92) return f;
8 var b = a.charAt(1);
9 return (f = r[b]) ? f : "0" <= b && b <= "7" ? parseInt(a.substring(1), 8) : b === "u" || b === "x" ? parseInt(a.substring(2), 16) : a.charCodeAt(1)
10 }
11
12 function e(a) {
13 if (a < 32) return (a < 16 ? "\\x0" : "\\x") + a.toString(16);

Callers 6

hFunction · 0.70
MFunction · 0.70
prettify.jsFile · 0.70
utFunction · 0.70
jquery.min.jsFile · 0.70
uFunction · 0.70

Calls 3

DFunction · 0.70
EFunction · 0.70
aFunction · 0.70

Tested by

no test coverage detected