MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / clone

Method clone

src/timely-util/src/builder_async.rs:349–354  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

347
348impl<T: Timestamp, CB: ContainerBuilder> Clone for AsyncOutputHandle<T, CB> {
349 fn clone(&self) -> Self {
350 Self {
351 inner: Rc::clone(&self.inner),
352 index: self.index,
353 }
354 }
355}
356
357/// A trait describing the connection behavior between an input of an operator and zero or more of

Callers 5

poll_readyMethod · 0.45
giveMethod · 0.45
acceptMethod · 0.45
new_outputMethod · 0.45
gh_18837Function · 0.45

Calls 1

cloneFunction · 0.85

Tested by

no test coverage detected