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

Function property

frontend/public/swagger-ui-bundle.js:62895–62903  ·  view source on GitHub ↗
({ propKey: s, propVal: o, propClass: i })

Source from the content-addressed store, hash-verified

62893 )
62894 }
62895 }
62896 const property = ({ propKey: s, propVal: o, propClass: i }) =>
62897 Re.createElement(
62898 'span',
62899 { className: i },
62900 Re.createElement('br', null),
62901 s,
62902 ': ',
62903 stringify(o)
62904 )
62905 class TryItOutButton extends Re.Component {
62906 static defaultProps = {

Callers

nothing calls this directly

Calls 1

stringifyFunction · 0.85

Tested by

no test coverage detected