MCPcopy Create free account
hub / github.com/Kethku/Pando / deref

Method deref

aspen/src/context_stack/update_context.rs:19–21  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

17 type Target = AttachedContext<'a>;
18
19 fn deref(&self) -> &Self::Target {
20 &self.context
21 }
22}
23
24impl<'a> DerefMut for UpdateContext<'a> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected