Skip to main content

Crate affected_core

Crate affected_core 

Source

Modules§

config
detect
git
graph
resolvers
runner
types

Functions§

find_affected
Main orchestration: given a project root and base ref, determine which packages are affected by git changes.
find_affected_with_options
Enhanced version of find_affected with support for explain, filter, and skip.
find_merge_base
Compute the merge-base between HEAD and the given branch. Wraps git::merge_base for use from the CLI.
resolve_project
Build the project graph and return it alongside the resolver. Used by commands that need the graph without computing affected packages.