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

Method clone

frontend/public/swagger-ui-bundle.js:23310–23317  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23308 ;((this.key = s), (this.value = o))
23309 }
23310 clone() {
23311 const s = new KeyValuePair()
23312 return (
23313 this.key && (s.key = this.key.clone()),
23314 this.value && (s.value = this.value.clone()),
23315 s
23316 )
23317 }
23318 }
23319 s.exports = KeyValuePair
23320 },

Callers

nothing calls this directly

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected