mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
format
This commit is contained in:
@@ -21,9 +21,7 @@ private class HostnameVerificationCall extends MethodAccess {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/** Holds if the result of the call is not used. */
|
/** Holds if the result of the call is not used. */
|
||||||
predicate isIgnored() {
|
predicate isIgnored() { this = any(ExprStmt es).getExpr() }
|
||||||
this = any(ExprStmt es).getExpr()
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
from HostnameVerificationCall verification
|
from HostnameVerificationCall verification
|
||||||
|
|||||||
Reference in New Issue
Block a user