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

Function doesRangeEqualOtherRange

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

Source from the content-addressed store, hash-verified

767}
768
769function doesRangeEqualOtherRange(range, otherRange) {
770 return range.startOffset === otherRange.startOffset &&
771 range.endOffset === otherRange.endOffset;
772}
773
774function doesRangeContainOtherRange(range, otherRange) {
775 return range.startOffset <= otherRange.startOffset &&

Callers 1

mergeCoverageRangesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected