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

Function Ce

renderer/index.js:98–100  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

96 return { $$typeof: w, type: n.type, key: s, ref: n.ref, props: n.props, _owner: n._owner };
97 }
98 function Ce(n) {
99 return typeof n == "object" && n !== null && n.$$typeof === w;
100 }
101 function Ye(n) {
102 var s = { "=": "=0", ":": "=2" };
103 return "$" + n.replace(/[=:]/g, function(h) {

Callers 3

qFunction · 0.85
BtFunction · 0.85
orFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected