Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Louisym/MiniCC
/ flush_transcript
Method
flush_transcript
src/query_engine.py:137–138 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
135
return
self.transcript_store.replay()
136
137
def
flush_transcript(self) -> None:
138
self.transcript_store.flush()
139
140
def
persist_session(self) -> str:
141
self.flush_transcript()
Callers
1
persist_session
Method · 0.95
Calls
1
flush
Method · 0.45
Tested by
no test coverage detected