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

Method getParamKey

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

Source from the content-addressed store, hash-verified

61725 this.onChangeWrapper(ze.List.isList(C) ? C : (0, ze.List)(JSON.parse(C)))
61726 }
61727 }
61728 getParamKey() {
61729 const { param: s } = this.props
61730 return s ? `${s.get('name')}-${s.get('in')}` : null
61731 }
61732 composeJsonSchema(s) {
61733 const { fn: o } = this.props,

Callers 2

ParameterRowClass · 0.95
renderMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected