is_test_contract

Function is_test_contract 

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