pub fn detect_circular_dependencies(
options: &DeadCodeOptions,
) -> Result<Value, ProgrammaticError>Expand description
Run the circular-dependency analysis and return the standard dead-code JSON envelope
filtered down to the circular_dependencies category.