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

Function wr

renderer/index.js:1934–1962  ·  view source on GitHub ↗
(t, u, c, p, E, S, v)

Source from the content-addressed store, hash-verified

1932 }
1933 }
1934 var wr = function(t, u, c, p, E, S, v) {
1935 var g = {
1936 // This tag allows us to uniquely identify this as a React Element
1937 $$typeof: d,
1938 // Built-in properties that belong on the element
1939 type: t,
1940 key: u,
1941 ref: c,
1942 props: v,
1943 // Record the component responsible for creating this element.
1944 _owner: S
1945 };
1946 return g._store = {}, Object.defineProperty(g._store, "validated", {
1947 configurable: !1,
1948 enumerable: !1,
1949 writable: !0,
1950 value: !1
1951 }), Object.defineProperty(g, "_self", {
1952 configurable: !1,
1953 enumerable: !1,
1954 writable: !1,
1955 value: p
1956 }), Object.defineProperty(g, "_source", {
1957 configurable: !1,
1958 enumerable: !1,
1959 writable: !1,
1960 value: E
1961 }), Object.freeze && (Object.freeze(g.props), Object.freeze(g)), g;
1962 };
1963 function Tr(t, u, c, p, E) {
1964 {
1965 var S, v = {}, g = null, W = null;

Callers 1

TrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected