MCPcopy
hub / github.com/tmcw/big / l

Function l

lib/highlight.js:89–95  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

87 return u + t(n.substr(l));
88 }
89 function l(e) {
90 return e.v &&
91 !e.cached_variants &&
92 (e.cached_variants = e.v.map(function(t) {
93 return s(e, { v: null }, t);
94 })), e.cached_variants || (e.eW && [s(e)]) || [e];
95 }
96 function u(e) {
97 function t(e) {
98 return (e && e.source) || e;

Callers 2

aFunction · 0.85
mFunction · 0.85

Calls 1

sFunction · 0.85

Tested by

no test coverage detected