Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
166
impl<
'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
restore
Method · 0.80
Tested by
no test coverage detected