magellan 4.11.1

Deterministic codebase mapping tool for local development
Documentation
1
2
3
4
5
6
7
8
9
mod ingest;
pub mod persistence;
pub mod query;
pub mod scc;
mod snapshots;
pub mod worktrees;

pub use ingest::{ingest_snapshot_sources, SnapshotFileInput, SnapshotIngestStats};
pub use snapshots::{register_snapshot, SnapshotSpec};