package
Version:
v0.0.0-...-d6036ea
Opens a new window with list of versions in this module.
Published: Aug 7, 2026
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Symbol struct {
Name string `json:"name"`
Type string `json:"type"`
FilePath string `json:"file_path"`
}
Symbol 代表从代码中提取出的一个代码符号
IndexDirectory 递归扫描目录下的所有支持的文件, 提取符号并返回
ParseFile 根据文件扩展名选择合适的解析器解析指定文件
Source Files
¶
Click to show internal directories.
Click to hide internal directories.