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

Method deref

src/ui/cached.rs:128–130  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

126 type Target = V;
127
128 fn deref(&self) -> &Self::Target {
129 &self.0.value
130 }
131}
132
133/// Watch for update of **any** [`Cached`] instance.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected