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

Method deserialiseObject

frontend/public/swagger-ui-bundle.js:28261–28265  ·  view source on GitHub ↗
(s, o)

Source from the content-addressed store, hash-verified

28259 return o
28260 }
28261 deserialiseObject(s, o) {
28262 Object.keys(s).forEach((i) => {
28263 o.set(i, this.deserialise(s[i]))
28264 })
28265 }
28266 }
28267 },
28268 85160: (s, o, i) => {

Callers 1

deserialiseMethod · 0.95

Calls 4

deserialiseMethod · 0.95
forEachMethod · 0.45
keysMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected