mirror of
https://github.com/github/codeql.git
synced 2025-12-23 12:16:33 +01:00
renamed "stmtContainers" to "stmt_containers"
This commit is contained in:
@@ -139,7 +139,7 @@ stmts (unique int id: @stmt,
|
||||
int idx: int ref,
|
||||
varchar(900) tostring: string ref);
|
||||
|
||||
stmtContainers (unique int stmt: @stmt ref,
|
||||
stmt_containers (unique int stmt: @stmt ref,
|
||||
int container: @stmt_container ref);
|
||||
|
||||
jumpTargets (unique int jump: @stmt ref,
|
||||
|
||||
Reference in New Issue
Block a user