MCPcopy Create free account
hub / github.com/dataease/SQLBot / ObjectElement

Method ObjectElement

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

Source from the content-addressed store, hash-verified

48424 constructor({ specPathFixedFields: s, specPathPatternedFields: o, ...i }) {
48425 ;(super({ ...i }), (this.specPathFixedFields = s), (this.specPathPatternedFields = o))
48426 }
48427 ObjectElement(s) {
48428 const { specPath: o, ignoredFields: i } = this
48429 try {
48430 this.specPath = this.specPathFixedFields
48431 const o = this.retrieveFixedFields(this.specPath(s))
48432 ;((this.ignoredFields = [...i, ...dv(s.keys(), o)]),
48433 cm.prototype.ObjectElement.call(this, s),
48434 (this.specPath = this.specPathPatternedFields),
48435 (this.ignoredFields = o),
48436 bm.prototype.ObjectElement.call(this, s))
48437 } catch (s) {
48438 throw ((this.specPath = o), s)
48439 }
48440 return qu
48441 }
48442 }
48443 const fv = MixedFieldsVisitor

Callers

nothing calls this directly

Calls 3

dvFunction · 0.85
retrieveFixedFieldsMethod · 0.45
keysMethod · 0.45

Tested by

no test coverage detected