Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cowprotocol/services
/ into_iter
Method
into_iter
crates/simulator/src/encoding.rs:63–65 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
61
type Item = Vec<EncodedInteraction>;
62
63
fn into_iter(self) -> Self::IntoIter {
64
[self.pre, self.main, self.post].into_iter()
65
}
66
}
67
68
#[derive(Clone, Debug, Default, PartialEq, Eq)]
Callers
15
simulate
Method · 0.45
get_liquidity
Method · 0.45
get_orders
Method · 0.45
get_liquidity
Method · 0.45
fetches_liquidity
Function · 0.45
run_orderbook_fetching
Method · 0.45
get_liquidity
Method · 0.45
get_useful_orders
Function · 0.45
get_relevant_pairs
Function · 0.45
order_buckets_get_created
Function · 0.45
empty_bucket_no_relevant_orders
Function · 0.45
biggest_volume_orders_get_selected
Function · 0.45
Calls
no outgoing calls
Tested by
10
order_buckets_get_created
Function · 0.36
empty_bucket_no_relevant_orders
Function · 0.36
biggest_volume_orders_get_selected
Function · 0.36
best_priced_orders_get_selected
Function · 0.36
encoding_strips_unnecessary_tokens_and_prices
Function · 0.36
test_volume_fee_bucket_override
Function · 0.36
slippage_tolerance
Function · 0.36
handles_zero_amount_without_panic
Function · 0.36
minimum_surplus_requirement
Function · 0.36
tx_info
Function · 0.36