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

Function z

renderer/index.js:108–110  ·  view source on GitHub ↗
(n, s)

Source from the content-addressed store, hash-verified

106 }
107 var we = /\/+/g;
108 function z(n, s) {
109 return typeof n == "object" && n !== null && n.key != null ? Ye("" + n.key) : s.toString(36);
110 }
111 function q(n, s, h, C, _) {
112 var k = typeof n;
113 (k === "undefined" || k === "boolean") && (n = null);

Callers 6

qFunction · 0.85
CrFunction · 0.85
DeFunction · 0.85
nrFunction · 0.85
xeFunction · 0.85
orFunction · 0.85

Calls 4

YeFunction · 0.85
IFunction · 0.85
weFunction · 0.85
vFunction · 0.85

Tested by

no test coverage detected