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

Method reader

src/secrets/src/lib.rs:95–99  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

93 }
94
95 fn reader(&self) -> Arc<dyn SecretsReader> {
96 Arc::new(InMemorySecretsController {
97 data: Arc::clone(&self.data),
98 })
99 }
100}
101
102#[async_trait]

Callers 6

test_read_from_cacheFunction · 0.45
test_disabling_cacheFunction · 0.45
updating_cache_valuesFunction · 0.45
test_invalidateFunction · 0.45
startMethod · 0.45

Calls 1

cloneFunction · 0.85

Tested by 4

test_read_from_cacheFunction · 0.36
test_disabling_cacheFunction · 0.36
test_invalidateFunction · 0.36