mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Update pretty printing predicates
This commit is contained in:
@@ -106,6 +106,8 @@ private string getContentSpecific(Content c) {
|
||||
c instanceof MapKeyContent and result = "MapKey"
|
||||
or
|
||||
c instanceof MapValueContent and result = "MapValue"
|
||||
or
|
||||
c instanceof PointerContent and result = "Dereference"
|
||||
}
|
||||
|
||||
/** Gets the textual representation of the content in the format used for flow summaries. */
|
||||
|
||||
Reference in New Issue
Block a user