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
* @return DepGraph instance built from provided packages and their connections
156
+
*
157
+
*/
158
+
publicbuild(): types.DepGraph
159
+
160
+
```
117
161
### The `legacy` module
118
162
119
163
A `DepTree` is a legacy structure used by the Snyk CLI to represent dependency trees. Conversion functions in the `legacy` module ease the gradual migration of code that relies on the legacy format.
0 commit comments