mirror of
https://github.com/github/codeql.git
synced 2025-12-23 12:16:33 +01:00
renamed "jumpTargets" to "jump_targets"
This commit is contained in:
@@ -142,7 +142,7 @@ stmts (unique int id: @stmt,
|
||||
stmt_containers (unique int stmt: @stmt ref,
|
||||
int container: @stmt_container ref);
|
||||
|
||||
jumpTargets (unique int jump: @stmt ref,
|
||||
jump_targets (unique int jump: @stmt ref,
|
||||
int target: @stmt ref);
|
||||
|
||||
@stmtparent = @stmt | @toplevel | @functionexpr | @arrowfunctionexpr;
|
||||
|
||||
Reference in New Issue
Block a user