Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agentforce314/clawcodex
/ read_all
Method
read_all
src/agent/transcript.py:314–316 ·
view source on GitHub ↗
Materialize every parseable line into a list.
(self)
Source
from the content-addressed store, hash-verified
312
handle.close()
313
314
def
read_all(self) -> list[Any]:
315
""
"Materialize every parseable line into a list."
""
316
return
list(self._iterate())
317
318
319
def
ensure_transcript_dir() -> str:
Callers
2
_reconstruct_messages_from_transcript
Function · 0.80
test_reader_read_all_materializes_list
Function · 0.80
Calls
1
_iterate
Method · 0.95
Tested by
1
test_reader_read_all_materializes_list
Function · 0.64