declaring_method_exists

Function declaring_method_exists 

Source
pub fn declaring_method_exists(
    codebase: &CodebaseMetadata,
    fqcn: &str,
    method_name: &str,
) -> bool
Expand description

Checks if a method is declared directly on a given class-like (not inherited).

The lookup for both the class-like name and the method name is case-insensitive.