MCPcopy Create free account
hub / github.com/messageformat/messageformat / C

Function C

docs/scripts/prettify/prettify.js:253–256  ·  view source on GitHub ↗
(a, m)

Source from the content-addressed store, hash-verified

251 }
252
253 function C(a, m) {
254 if (!a || !A.hasOwnProperty(a)) a = /^\s*</.test(m) ? "default-markup" : "default-code";
255 return A[a]
256 }
257
258 function E(a) {
259 var m =

Callers 3

eFunction · 0.70
EFunction · 0.70
jquery.min.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected