MCPcopy Create free account
hub / github.com/Work-Fisher/code-claw / replay_user_messages

Method replay_user_messages

claw-code/src/query_engine.py:134–135  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

132 self.transcript_store.compact(self.config.compact_after_turns)
133
134 def replay_user_messages(self) -> tuple[str, ...]:
135 return self.transcript_store.replay()
136
137 def flush_transcript(self) -> None:
138 self.transcript_store.flush()

Callers

nothing calls this directly

Calls 1

replayMethod · 0.80

Tested by

no test coverage detected