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

Method record

src/secrets/src/cache.rs:394–399  ·  view source on GitHub ↗

Record that an action has occurred.

(&self, id: CatalogItemId)

Source from the content-addressed store, hash-verified

392
393 /// Record that an action has occurred.
394 fn record(&self, id: CatalogItemId) {
395 self.reads
396 .lock()
397 .expect("TracingSecretsController panicked!")
398 .push(id);
399 }
400 }
401
402 #[async_trait]

Callers 1

readMethod · 0.45

Calls 3

expectMethod · 0.80
lockMethod · 0.80
pushMethod · 0.45

Tested by

no test coverage detected