//! `DeclaredFunction` — metadata about a declared function, shared across
//! analyzers (DRY dead-code analysis, TQ untested/SUT checks). A plain data
//! type with no analyzer dependency, so it lives in `shared/` rather than
//! inside one analyzer that others reach into.
/// A declared function with metadata for dead-code / test-quality analysis.