Skip to main content

matches_contract

Function matches_contract 

Source
pub(crate) fn matches_contract(
    filter: &dyn TestFilter,
    path: &Path,
    contract_name: &str,
    contract_id: &str,
    functions: impl IntoIterator<Item = impl Borrow<Function>>,
    symbolic_enabled: bool,
) -> bool