Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
123
pub struct CachedValueRef<V>(Arc<CachedValue<V>>);
124
125
impl<V> Deref for CachedValueRef<V> {
126
type Target = V;
Callers
1
get_or_create
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected