Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_cache
Function · 0.45
test_reading_expired_secret
Function · 0.45
test_disabling_cache
Function · 0.45
updating_cache_values
Function · 0.45
test_invalidate
Function · 0.45
start
Method · 0.45
Calls
1
clone
Function · 0.85
Tested by
4
test_read_from_cache
Function · 0.36
test_reading_expired_secret
Function · 0.36
test_disabling_cache
Function · 0.36
test_invalidate
Function · 0.36