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

Method drop

lean-agentic/src/context.rs:167–169  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

165
166impl<'a> Drop for ContextGuard<'a> {
167 fn drop(&mut self) {
168 self.context.restore(self.mark);
169 }
170}
171
172#[cfg(test)]

Callers

nothing calls this directly

Calls 1

restoreMethod · 0.80

Tested by

no test coverage detected