You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -90,7 +93,7 @@ A repository consists of entity Modules and relationship Graph
90
93
}
91
94
```
92
95
93
-
-Identity: The unique name of the repo. Since the abcoder parser does not currently retrieve repository git information, the absolute path where it is currently located is generally used as the Identity
96
+
-id: The unique name of the repo. Since the abcoder parser does not currently retrieve repository git information, the absolute path where it is currently located is generally used as the Identity
94
97
95
98
96
99
- Modules: Contains submodules, a dictionary of {ModPath}: {Module AST}. Both repository modules and external dependency modules can appear in Modules, but need to be distinguished by ModulePath.
@@ -104,7 +107,10 @@ A repository consists of entity Modules and relationship Graph
104
107
105
108
- Path: The file directory of the repository, usually should be an absolute path
106
109
107
-
- ASTVersion: The UniAST version used to parse
110
+
- ASTVersion: The UniAST version spefication when the repository is parsed
0 commit comments