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).