Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Alishahryar1/free-claude-code
/ append
Method
append
messaging/transcript/segments.py:56–58 ·
view source on GitHub ↗
(self, text: str)
Source
from the content-addressed store, hash-verified
54
self._parts: list[str] = []
55
56
def
append(self, text: str) -> None:
57
if
text:
58
self._parts.append(text)
59
60
@property
61
def
text(self) -> str:
Callers
15
_append_text
Method · 0.95
_delete_message_ids
Function · 0.45
parse_cli_event
Function · 0.45
_enqueue_internal_multi
Method · 0.45
render_segments
Function · 0.45
push
Method · 0.45
append
Method · 0.45
render
Method · 0.45
apply
Method · 0.45
_start_thinking
Method · 0.45
_append_thinking
Method · 0.45
_start_text
Method · 0.45
Calls
no outgoing calls
Tested by
15
_start_task
Function · 0.36
test_thinking_tool_text_and_transcript_order_contract
Function · 0.36
__init__
Method · 0.36
write_data
Method · 0.36
_f
Function · 0.36
processor
Method · 0.36
_stop
Function · 0.36
_del
Function · 0.36
_capture_delete
Function · 0.36
processor
Method · 0.36
test_concurrent_enqueue_dequeue_no_loss
Method · 0.36
processor
Method · 0.36