MCPcopy Index your code
hub / github.com/dataease/SQLBot / cloneNode

Function cloneNode

frontend/public/swagger-ui-bundle.js:42236–42237  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

42234 qu = {},
42235 getNodeType = (s) => (null == s ? void 0 : s.type),
42236 isNode = (s) => 'string' == typeof getNodeType(s),
42237 cloneNode = (s) =>
42238 Object.create(Object.getPrototypeOf(s), Object.getOwnPropertyDescriptors(s)),
42239 mergeAll = (
42240 s,

Callers 1

visitor_cloneNodeFunction · 0.85

Calls 1

createMethod · 0.65

Tested by

no test coverage detected