pub(crate) fn is_test_contract(
functions: impl IntoIterator<Item = impl Borrow<Function>>,
) -> bool
Expand description
Returns true
if the given contract is a test contract.
pub(crate) fn is_test_contract(
functions: impl IntoIterator<Item = impl Borrow<Function>>,
) -> bool
Returns true
if the given contract is a test contract.