|
I want to get the entire line of code where an Expr or Ast Node is located, any api can do this? |
Answered by
smowton
May 14, 2021
Replies: 1 comment
|
No, you can only get the file name/path and start/end line and column. If you want to retrieve the original code you will need to retrieve it from the source tree outside of codeql. |
0 replies
Answer selected by
criemen
注册 for free
to join this conversation on GitHub.
Already have an account?
登录 to comment
No, you can only get the file name/path and start/end line and column. If you want to retrieve the original code you will need to retrieve it from the source tree outside of codeql.