Function interface_exists

Source
pub fn interface_exists(
    codebase: &CodebaseMetadata,
    interner: &ThreadedInterner,
    id: &StringIdentifier,
) -> bool
Expand description

Checks if an interface exists in the codebase.

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