1 Star 0 Fork 0

Z.X.PING/codeql

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
definitions.ql 338 Bytes
一键复制 编辑 原始数据 按行查看 历史
Andrew Eisenberg 提交于 2022-07-16 02:06 +08:00 . Move definitions.ql back to src
/**
* @name Jump-to-definition links
* @description Generates use-definition pairs that provide the data
* for jump-to-definition in the code viewer.
* @kind definitions
* @id js/jump-to-definition
*/
import definitions
from Locatable e, AstNode def, string kind
where def = definitionOf(e, kind)
select e, def, kind
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Xiphin/codeql.git
git@gitee.com:Xiphin/codeql.git
Xiphin
codeql
codeql
main

搜索帮助