Skip to main content

classify

Function classify 

Source
fn classify<'gcx>(gcx: Gcx<'gcx>, callee: &Expr<'gcx>) -> Option<ExternalCall>
Expand description

Classifies calls by their checked function kind, including function pointers and library delegate calls. Internal using for bindings and super dispatch stay internal.