Skip to main content

method_refs_in_stmts

Function method_refs_in_stmts 

Source
pub fn method_refs_in_stmts(
    stmts: &[Stmt<'_, '_>],
    name: &str,
    out: &mut Vec<Span>,
)
Expand description

Collect spans where name is used as a method: ->name(), ?->name(), ::name(). Does NOT match free function calls or class-name identifiers.