mirror of
https://github.com/github/codeql.git
synced 2026-01-28 22:02:57 +01:00
Add comment to HasEllpsisTable
This commit is contained in:
@@ -1159,6 +1159,7 @@ var ErrorsTable = NewTable("errors",
|
||||
IntColumn("idx"),
|
||||
).KeySet("package", "idx")
|
||||
|
||||
// HasEllipsisTable is the table containing all call expressions that have ellipses
|
||||
var HasEllipsisTable = NewTable("has_ellipsis",
|
||||
EntityColumn(CallOrConversionExpr, "id"),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user