Expand description
Lockfile building and management functionality.
This module handles the creation, updating, and maintenance of lockfile entries, including conflict detection, stale entry removal, and transitive dependency management.
Structs§
- Lockfile
Builder - Manages lockfile operations including entry creation, updates, and cleanup.
- Variant
Inputs - Variant inputs with JSON value and computed hash.
Functions§
- add_
pattern_ entries - Adds pattern-expanded entries to the lockfile with deterministic deduplication.
- is_
duplicate_ entry - Checks if two lockfile entries should be considered duplicates.