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
{{ message }}
This repository was archived by the owner on Sep 9, 2020. It is now read-only.
The resultant collection obtained from collectConstraints() should
contain data about which project set a particular constraint on a
dependency project. `projectConstraint` consists of the project and the
constraint it sets on a given dependency.
And `constraintsCollection` is a map to store the pair of dependency project
and a collection of `projectConstraint` for different constraints.
This would be used by project argument status (status for a single project),
to show the importers of the project.
0 commit comments