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

Function isBinaryOperatorToken

test/fixtures/snapshot/typescript.js:30449–30451  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

30447 || kind === 27 /* SyntaxKind.CommaToken */;
30448 }
30449 function isBinaryOperatorToken(node) {
30450 return isBinaryOperator(node.kind);
30451 }
30452 ts.isBinaryOperatorToken = isBinaryOperatorToken;
30453 var BinaryExpressionState;
30454 (function (BinaryExpressionState) {

Callers

nothing calls this directly

Calls 1

isBinaryOperatorFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…