Skip to main content

check_ident_declaration

Function check_ident_declaration 

Source
pub(crate) fn check_ident_declaration(
    ident: &Ident,
    declarations_map: &[(DeclarationType, &Vec<Ident>)],
    state: &mut EvaluationState,
    path: &Expr,
) -> Option<EvaluateResultValue>