Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agentforce314/clawcodex
/ __exit__
Method
__exit__
src/agent/transcript.py:234–235 ·
view source on GitHub ↗
(self, exc_type: Any, exc: Any, tb: Any)
Source
from the content-addressed store, hash-verified
232
return
self
233
234
def
__exit__(self, exc_type: Any, exc: Any, tb: Any) -> None:
235
self.close()
236
237
238
# ---------------------------------------------------------------------------
Callers
nothing calls this directly
Calls
1
close
Method · 0.95
Tested by
no test coverage detected