mirror of
https://github.com/github/codeql.git
synced 2026-05-25 00:27:09 +02:00
6 lines
160 B
Plaintext
6 lines
160 B
Plaintext
import codeql.actions.ast.internal.Ast
|
|
|
|
int getAnExpressionLength() { result = any(ExpressionImpl e).toString().length() }
|
|
|
|
select max(getAnExpressionLength())
|