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

Class CachedValueRef

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

Access to the cached value.

Source from the content-addressed store, hash-verified

121
122/// Access to the cached value.
123pub struct CachedValueRef<V>(Arc<CachedValue<V>>);
124
125impl<V> Deref for CachedValueRef<V> {
126 type Target = V;

Callers 1

get_or_createMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected