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

Method deserialiseContent

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

Source from the content-addressed store, hash-verified

28238 return s
28239 }
28240 deserialiseContent(s) {
28241 if (s) {
28242 if (s.element) return this.deserialise(s)
28243 if (s.key) {
28244 const o = new this.namespace.KeyValuePair(this.deserialise(s.key))
28245 return (s.value && (o.value = this.deserialise(s.value)), o)
28246 }
28247 if (s.map) return s.map(this.deserialise, this)
28248 }
28249 return s
28250 }
28251 serialiseObject(s) {
28252 const o = {}
28253 if (

Callers 1

deserialiseMethod · 0.95

Calls 2

deserialiseMethod · 0.95
mapMethod · 0.45

Tested by

no test coverage detected