SonarJS linter helper functions
Preparing search index...
isCallingMethod
Function isCallingMethod
isCallingMethod
(
callExpr
:
CallExpression
,
arity
:
number
,
...
methodNames
:
string
[]
,
)
:
callExpr
is
CallExpression
&
{
callee
:
MemberExpression
&
{
property
:
Identifier
}
;
}
Parameters
callExpr
:
CallExpression
arity
:
number
...
methodNames
:
string
[]
Returns
callExpr
is
CallExpression
&
{
callee
:
MemberExpression
&
{
property
:
Identifier
}
;
}
Settings
Theme
OS
Light
Dark
ESlint dev guide
SonarJS linter helper functions
Loading...