Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Work-Fisher/code-claw
/ replay
Method
replay
claw-code/src/transcript.py:19–20 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
17
self.entries[:] = self.entries[-keep_last:]
18
19
def
replay(self) -> tuple[str, ...]:
20
return
tuple(self.entries)
21
22
def
flush(self) -> None:
23
self.flushed = True
Callers
1
replay_user_messages
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected