MCPcopy Index your code
hub / github.com/nodejs/node / doesRangeContainOtherRange

Function doesRangeContainOtherRange

lib/internal/test_runner/coverage.js:774–777  ·  view source on GitHub ↗
(range, otherRange)

Source from the content-addressed store, hash-verified

772}
773
774function doesRangeContainOtherRange(range, otherRange) {
775 return range.startOffset <= otherRange.startOffset &&
776 range.endOffset >= otherRange.endOffset;
777}
778
779module.exports = { setupCoverage, TestCoverage };

Callers 1

mergeCoverageRangesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…