mirror of
https://github.com/github/codeql.git
synced 2025-12-22 11:46:32 +01:00
renamed "functionscope" to "function_scope"
This commit is contained in:
@@ -410,7 +410,7 @@ scopes (unique int id: @scope,
|
||||
|
||||
case @scope.kind of
|
||||
0 = @global_scope
|
||||
| 1 = @functionscope
|
||||
| 1 = @function_scope
|
||||
| 2 = @catchscope
|
||||
| 3 = @modulescope
|
||||
| 4 = @blockscope
|
||||
|
||||
Reference in New Issue
Block a user