function_exists

Function function_exists 

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

Checks if a global function exists in the codebase.

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