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

Method results

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

Source from the content-addressed store, hash-verified

42061 get api() {
42062 return this.children.filter((s) => s.classes.contains('api')).first
42063 }
42064 get results() {
42065 return this.children.filter((s) => s.classes.contains('result'))
42066 }
42067 get result() {
42068 return this.results.first

Callers

nothing calls this directly

Calls 2

containsMethod · 0.80
filterMethod · 0.45

Tested by

no test coverage detected