debtmap 0.16.6

Code complexity and technical debt analyzer
Documentation
1
2
3
4
5
6
7
// Validation functions for debt type detection
//
// This module contains pure functions for classifying different types of technical debt
// based on function metrics, coverage data, and call graph analysis.

// Re-export for backward compatibility
pub use super::debt_item::{determine_visibility, is_dead_code, is_dead_code_with_exclusions};