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

Method maintain

src/compute-client/src/controller.rs:1064–1069  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

1062
1063 #[mz_ore::instrument(level = "debug")]
1064 fn maintain(&mut self) {
1065 // Perform instance maintenance work.
1066 for instance in self.instances.values_mut() {
1067 instance.call(Instance::maintain);
1068 }
1069 }
1070
1071 /// Allow writes for the specified collections on `instance_id`.
1072 ///

Callers 1

processMethod · 0.45

Calls 2

values_mutMethod · 0.80
callMethod · 0.45

Tested by

no test coverage detected