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

Method overlaps

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

Source from the content-addressed store, hash-verified

26620 ;((this.low = s), (this.high = o), (this.length = 1 + o - s))
26621 }
26622 overlaps(s) {
26623 return !(this.high < s.low || this.low > s.high)
26624 }
26625 touches(s) {
26626 return !(this.high + 1 < s.low || this.low - 1 > s.high)
26627 }

Callers 2

_subtractMethod · 0.80
_intersectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected