MCPcopy Index your code
hub / github.com/Louisym/MiniCC / append

Method append

src/transcript.py:11–13  ·  view source on GitHub ↗
(self, entry: str)

Source from the content-addressed store, hash-verified

9 flushed: bool = False
10
11 def append(self, entry: str) -> None:
12 self.entries.append(entry)
13 self.flushed = False
14
15 def compact(self, keep_last: int = 10) -> None:
16 if len(self.entries) > keep_last:

Callers 15

append_agent_outputFunction · 0.80
routeMethod · 0.80
to_markdownMethod · 0.80
as_markdownMethod · 0.80
route_promptMethod · 0.80
run_turn_loopMethod · 0.80
_collect_matchesMethod · 0.80
render_command_indexFunction · 0.80
addMethod · 0.80
render_tool_indexFunction · 0.80
submit_messageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected