Skip to main content

is_universal_method

Function is_universal_method 

Source
pub fn is_universal_method(method_name: &str) -> bool
Expand description

Return true if the method is one of Perl’s always-available UNIVERSAL methods.

Used in analyze/index workflow stages to keep method lookup behavior consistent across parser and LSP navigation flows.