CodeQL library for JavaScript/TypeScript
codeql/javascript-all 0.8.12 (changelog, source)
Search

Member predicate BinaryExpr::getWhitespaceAroundOperator

Gets the number of whitespace characters around the operator of this expression.

This predicate is only defined if both operands are on the same line, and if the amount of whitespace before and after the operator are the same.

int getWhitespaceAroundOperator()