MCPcopy Create free account
hub / github.com/cowprotocol/services / append_pre_interactions

Method append_pre_interactions

crates/simulator/src/simulation_builder.rs:162–168  ·  view source on GitHub ↗
(
        mut self,
        interactions: impl IntoIterator<Item = InteractionData>,
    )

Source from the content-addressed store, hash-verified

160 }
161
162 pub fn append_pre_interactions(
163 mut self,
164 interactions: impl IntoIterator<Item = InteractionData>,
165 ) -> Self {
166 self.pre_interactions.extend(interactions);
167 self
168 }
169
170 pub fn append_main_interactions(
171 mut self,

Callers 1

build_settle_callMethod · 0.80

Calls 1

extendMethod · 0.80

Tested by

no test coverage detected