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

Method clone

src/storage/src/statistics.rs:391–396  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

389
390impl<Stats, Metrics, Meta: Clone> Clone for StorageStatistics<Stats, Metrics, Meta> {
391 fn clone(&self) -> Self {
392 Self {
393 stats: Rc::clone(&self.stats),
394 meta: self.meta.clone(),
395 }
396 }
397}
398
399/// Statistics maintained for sources. Gauges can be uninitialized.

Callers 15

build_ingestion_dataflowFunction · 0.45
build_export_dataflowFunction · 0.45
plus_equalsMethod · 0.45
upsert_innerFunction · 0.45
drain_sealed_inputFunction · 0.45
upsert_innerFunction · 0.45
drain_staged_inputFunction · 0.45
gh_9160_reproFunction · 0.45
gh_9540_reproFunction · 0.45
as_updateMethod · 0.45

Calls 1

cloneFunction · 0.85