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

Function cloneShallowKeyValuePair

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

Source from the content-addressed store, hash-verified

42691 return s
42692 }
42693 }
42694 const cloneShallowKeyValuePair = (s) => {
42695 const { key: o, value: i } = s
42696 return new Su.KeyValuePair(o, i)
42697 },
42698 cloneShallowElement = (s) => {
42699 const o = new s.constructor()

Callers 2

cloneShallowElementFunction · 0.85
cloneShallowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected