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

Function k

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

Source from the content-addressed store, hash-verified

244 }
245
246 function k(a, m) {
247 for (var e = m.length; --e >= 0;) {
248 var h = m[e];
249 A.hasOwnProperty(h) ? window.console && console.warn("cannot override language handler %s", h) : A[h] = a
250 }
251 }
252
253 function C(a, m) {
254 if (!a || !A.hasOwnProperty(a)) a = /^\s*</.test(m) ? "default-markup" : "default-code";

Callers 1

prettify.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected