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

Method constructor

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

Source from the content-addressed store, hash-verified

70035 }
70036 }
70037 class HttpAuth extends Re.Component {
70038 constructor(s, o) {
70039 super(s, o)
70040 let { name: i, schema: a } = this.props,
70041 u = this.getValue()
70042 this.state = { name: i, schema: a, value: u }
70043 }
70044 getValue() {
70045 let { name: s, authorized: o } = this.props

Callers

nothing calls this directly

Calls 1

getValueMethod · 0.95

Tested by

no test coverage detected