mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
autoformat
This commit is contained in:
@@ -108,7 +108,8 @@ class Expr extends @expr, ExprOrStmt, ExprOrType, AST::ValueNode {
|
||||
int getIntValue() { none() }
|
||||
|
||||
/** Gets the constant string value this expression evaluates to, if any. */
|
||||
cached string getStringValue() { none() }
|
||||
cached
|
||||
string getStringValue() { none() }
|
||||
|
||||
/** Holds if this expression is impure, that is, its evaluation could have side effects. */
|
||||
predicate isImpure() { any() }
|
||||
|
||||
Reference in New Issue
Block a user