class_or_interface_exists

Function class_or_interface_exists 

Source
pub fn class_or_interface_exists(
    codebase: &CodebaseMetadata,
    name: &str,
) -> bool
Expand description

Checks if a class or interface exists in the codebase.

This lookup is case-insensitive, in line with PHP’s behavior for class names.