MCPcopy Create free account
hub / github.com/ccj-007/easy-lowcode / Tr

Function Tr

renderer/index.js:669–677  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

667 }
668 var er = ".", wr = ":";
669 function Tr(e) {
670 var r = /[=:]/g, a = {
671 "=": "=0",
672 ":": "=2"
673 }, o = e.replace(r, function(i) {
674 return a[i];
675 });
676 return "$" + o;
677 }
678 var Ve = !1, rr = /\/+/g;
679 function pe(e) {
680 return e.replace(rr, "$&/");

Callers 2

AeFunction · 0.85
orFunction · 0.85

Calls 7

BeFunction · 0.85
RrFunction · 0.85
ErFunction · 0.85
CrFunction · 0.85
beFunction · 0.85
erFunction · 0.85
wrFunction · 0.85

Tested by

no test coverage detected