Theia API Documentation v1.66.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/callhierarchy
utils
containsRange
Function containsRange
containsRange
(
range
:
Range
,
otherRange
:
Range
)
:
boolean
Test if
otherRange
is in
range
. If the ranges are equal, will return true.
Parameters
range
:
Range
otherRange
:
Range
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Eclipse Theia Website
GitHub
Theia API Documentation v1.66.0
Loading...
Test if
otherRangeis inrange. If the ranges are equal, will return true.