mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Rust: add Callable::getParam and CallExprBase::getArg shortcuts
This commit is contained in:
@@ -73,6 +73,7 @@ class Callable(AstNode):
|
||||
"""
|
||||
param_list: optional["ParamList"] | child
|
||||
attrs: list["Attr"] | child
|
||||
params: list["Param"] | synth
|
||||
|
||||
|
||||
class Addressable(AstNode):
|
||||
|
||||
Reference in New Issue
Block a user