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

Method append_post_interactions

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

Source from the content-addressed store, hash-verified

176 }
177
178 pub fn append_post_interactions(
179 mut self,
180 interactions: impl IntoIterator<Item = InteractionData>,
181 ) -> Self {
182 self.post_interactions.extend(interactions);
183 self
184 }
185
186 pub fn with_wrapper(mut self, wrapper: WrapperConfig) -> Self {
187 self.wrapper = wrapper;

Callers 1

build_settle_callMethod · 0.80

Calls 1

extendMethod · 0.80

Tested by

no test coverage detected