MCPcopy Create free account
hub / github.com/agenticsorg/lean-agentic / context

Method context

lean-agentic/src/context.rs:161–163  ·  view source on GitHub ↗

Get a reference to the context

(&self)

Source from the content-addressed store, hash-verified

159
160 /// Get a reference to the context
161 pub fn context(&self) -> &Context {
162 self.context
163 }
164}
165
166impl<'a> Drop for ContextGuard<'a> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected