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

Method isEmpty

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

Source from the content-addressed store, hash-verified

29456 return this.elements.length
29457 }
29458 get isEmpty() {
29459 return 0 === this.elements.length
29460 }
29461 get first() {
29462 return this.elements[0]
29463 }

Callers 6

isEmptyValueFunction · 0.45
curlifyFunction · 0.45
renderMethod · 0.45
renderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected