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

Method getValue

frontend/public/swagger-ui-bundle.js:70043–70046  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70041 u = this.getValue()
70042 this.state = { name: i, schema: a, value: u }
70043 }
70044 getValue() {
70045 let { name: s, authorized: o } = this.props
70046 return o && o.getIn([s, 'value'])
70047 }
70048 onChange = (s) => {
70049 let { onChange: o } = this.props,

Callers 15

constructorMethod · 0.95
renderMethod · 0.95
WaFunction · 0.45
deserialiseMethod · 0.45
theme.min.jsFile · 0.45
sFunction · 0.45
ASFunction · 0.45
rFunction · 0.45
VOFunction · 0.45
bAFunction · 0.45
HDFunction · 0.45
iFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected