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

Method errors

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

Source from the content-addressed store, hash-verified

42075 (s) => 'annotation' === s.element && s.classes.contains('warning')
42076 )
42077 }
42078 get errors() {
42079 return this.children.filter(
42080 (s) => 'annotation' === s.element && s.classes.contains('error')
42081 )
42082 }
42083 get isEmpty() {
42084 return this.children.reject((s) => 'annotation' === s.element).isEmpty

Callers

nothing calls this directly

Calls 2

containsMethod · 0.80
filterMethod · 0.45

Tested by

no test coverage detected