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

Method constructor

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

Source from the content-addressed store, hash-verified

36833 }
36834 class JsonSchema_array extends Re.PureComponent {
36835 static defaultProps = ss
36836 constructor(s, o) {
36837 ;(super(s, o), (this.state = { value: valueOrEmptyList(s.value), schema: s.schema }))
36838 }
36839 UNSAFE_componentWillReceiveProps(s) {
36840 const o = valueOrEmptyList(s.value)

Callers

nothing calls this directly

Calls 1

valueOrEmptyListFunction · 0.85

Tested by

no test coverage detected