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

Method ObjectElement

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

Source from the content-addressed store, hash-verified

47885 ? ['document', 'objects', 'Reference']
47886 : ['document', 'objects', 'Response']))
47887 }
47888 ObjectElement(s) {
47889 const o = _m.prototype.ObjectElement.call(this, s)
47890 return (
47891 this.element.filter(Hm).forEach((s) => {
47892 s.setMetaProperty('referenced-element', 'response')
47893 }),
47894 this.element.filter(Gm).forEach((s, o) => {
47895 s.setMetaProperty('http-status-code', serializers_value(o))
47896 }),
47897 o
47898 )
47899 }
47900 }
47901 const Py = ResponsesVisitor

Callers

nothing calls this directly

Calls 4

serializers_valueFunction · 0.85
setMetaPropertyMethod · 0.80
forEachMethod · 0.45
filterMethod · 0.45

Tested by

no test coverage detected