ID provides a type narrowed representation of the unique identifier of a unit.
| 43 | |
| 44 | // ID provides a type narrowed representation of the unique identifier of a unit. |
| 45 | type ID string |
| 46 | |
| 47 | // Unit represents a point-in-time snapshot of a vertex in the dependency graph. |
| 48 | // Units may depend on other units, or be depended on by other units. The unit struct |
no outgoing calls
no test coverage detected