Skip to main content

seed_scope_from_signatures

Function seed_scope_from_signatures 

Source
pub fn seed_scope_from_signatures(
    store: &mut ScopeStore,
    signature_roots: &[SyntaxNode],
)
Expand description

Seed the root scope from parsed signature file(s). Each element of signature_roots should be the root node returned by parse_signatures() (may be a wrapper or NodeSigFile).