MCPcopy
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_textMethod · 0.95
_delete_message_idsFunction · 0.45
parse_cli_eventFunction · 0.45
render_segmentsFunction · 0.45
pushMethod · 0.45
appendMethod · 0.45
renderMethod · 0.45
applyMethod · 0.45
_start_thinkingMethod · 0.45
_append_thinkingMethod · 0.45
_start_textMethod · 0.45

Calls

no outgoing calls

Tested by 15

_start_taskFunction · 0.36
__init__Method · 0.36
write_dataMethod · 0.36
_fFunction · 0.36
processorMethod · 0.36
_stopFunction · 0.36
_delFunction · 0.36
_capture_deleteFunction · 0.36
processorMethod · 0.36
processorMethod · 0.36