matches_contract

Function matches_contract 

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