MCPcopy Create free account
hub / github.com/alignoth/alignoth / li

Function li

resources/vega.min.js:2626–2631  ·  view source on GitHub ↗
(t, e, n)

Source from the content-addressed store, hash-verified

2624 si = /^%/,
2625 ui = /[\\^$*+?|[\]().{}]/g;
2626 function li(t, e, n) {
2627 var r = t < 0 ? "-" : "",
2628 i = (r ? -t : t) + "",
2629 o = i.length;
2630 return r + (o < n ? new Array(n - o + 1).join(e) + i : i);
2631 }
2632 function ci(t) {
2633 return t.replace(ui, "\\$&");
2634 }

Callers 15

BiFunction · 0.70
ziFunction · 0.70
NiFunction · 0.70
OiFunction · 0.70
RiFunction · 0.70
UiFunction · 0.70
qiFunction · 0.70
PiFunction · 0.70
IiFunction · 0.70
HiFunction · 0.70
GiFunction · 0.70
ViFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected