MCPcopy 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

simulateMethod · 0.45
get_liquidityMethod · 0.45
get_ordersMethod · 0.45
get_liquidityMethod · 0.45
fetches_liquidityFunction · 0.45
get_liquidityMethod · 0.45
get_useful_ordersFunction · 0.45
get_relevant_pairsFunction · 0.45

Calls

no outgoing calls