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

Method shouldComponentUpdate

frontend/public/swagger-ui-bundle.js:59776–59783  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

59774 Re.createElement('pre', { className: 'microlight' }, s, ' ms')
59775 )
59776 class LiveResponse extends Re.Component {
59777 shouldComponentUpdate(s) {
59778 return (
59779 this.props.response !== s.response ||
59780 this.props.path !== s.path ||
59781 this.props.method !== s.method ||
59782 this.props.displayRequestDuration !== s.displayRequestDuration
59783 )
59784 }
59785 render() {
59786 const {

Callers 1

FiFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected