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

Function Ke

renderer/index.js:483–489  ·  view source on GitHub ↗
(e, r, a)

Source from the content-addressed store, hash-verified

481 return l("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", br(e)), Se(e);
482 }
483 function Ke(e, r, a) {
484 var o = e.displayName;
485 if (o)
486 return o;
487 var i = r.displayName || r.name || "";
488 return i !== "" ? a + "(" + i + ")" : a;
489 }
490 function Pe(e) {
491 return e.displayName || "Context";
492 }

Callers 1

leFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected