magellan 3.1.9

Deterministic codebase mapping tool for local development
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Metrics query functions for debug tools
//!
//! Re-exports the query functions from the parent MetricsOps module.

//! The query functions are implemented in the parent module (mod.rs)
//! and re-exported through the `query` submodule for public access.
//!
//! Usage:
//! ```
//! use crate::graph::metrics::query::{get_file_metrics, get_hotspots};
//! ```