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

Method deserialiseObject

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

Source from the content-addressed store, hash-verified

26304 )
26305 }
26306 deserialiseObject(s, o) {
26307 Object.keys(s).forEach((i) => {
26308 o.set(i, this.deserialise(s[i]))
26309 })
26310 }
26311 }
26312 },
26313 75208: (s) => {

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