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

Function isLogicalOperator

test/fixtures/snapshot/typescript.js:19036–19040  ·  view source on GitHub ↗
(token)

Source from the content-addressed store, hash-verified

19034 }
19035 ts.createModifiers = createModifiers;
19036 function isLogicalOperator(token) {
19037 return token === 56 /* SyntaxKind.BarBarToken */
19038 || token === 55 /* SyntaxKind.AmpersandAmpersandToken */
19039 || token === 53 /* SyntaxKind.ExclamationToken */;
19040 }
19041 ts.isLogicalOperator = isLogicalOperator;
19042 function isLogicalOrCoalescingAssignmentOperator(token) {
19043 return token === 75 /* SyntaxKind.BarBarEqualsToken */

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected