mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
autoformat
This commit is contained in:
@@ -82,8 +82,7 @@ class Function extends @function, Parameterized, TypeParameterized, StmtContaine
|
||||
*
|
||||
* Gets the identifier specifying the name of this function, if any.
|
||||
*/
|
||||
deprecated
|
||||
VarDecl getId() { result = getIdentifier() }
|
||||
deprecated VarDecl getId() { result = getIdentifier() }
|
||||
|
||||
/** Gets the identifier specifying the name of this function, if any. */
|
||||
VarDecl getIdentifier() { result = getChildExpr(-1) }
|
||||
|
||||
Reference in New Issue
Block a user