MCPcopy Create free account
hub / github.com/elastic/devfiler / Cached

Class Cached

src/ui/cached.rs:47–47  ·  view source on GitHub ↗

Cached, background computed value. Created via [`Cached::default`].

Source from the content-addressed store, hash-verified

45///
46/// Created via [`Cached::default`].
47pub struct Cached<V: Default>(Arc<CachedInner<V>>);
48
49impl<V: Default> Default for Cached<V> {
50 fn default() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected