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

Method clone

src/timely-util/src/probe.rs:164–171  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

162
163impl<T: Timestamp> Clone for Handle<T> {
164 fn clone(&self) -> Self {
165 Handle {
166 frontier: Rc::clone(&self.frontier),
167 handle_frontier: Antichain::new(),
168 notify: Rc::clone(&self.notify),
169 activators: Rc::clone(&self.activators),
170 }
171 }
172}
173
174/// Creates a stream that flows progress updates from a probe.

Callers 15

fromMethod · 0.45
newMethod · 0.45
openMethod · 0.45
get_all_timelinesMethod · 0.45
apply_writeMethod · 0.45
from_urlMethod · 0.45
openMethod · 0.45
get_all_timelinesMethod · 0.45
newMethod · 0.45
open_innerMethod · 0.45

Calls 1

cloneFunction · 0.85