MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / write_many

Method write_many

src/cli_core/structured_io.py:198–200  ·  view source on GitHub ↗
(self, events: Iterable[HeadlessEvent | dict[str, Any]])

Source from the content-addressed store, hash-verified

196 pass
197
198 def write_many(self, events: Iterable[HeadlessEvent | dict[str, Any]]) -> None:
199 for event in events:
200 self.write(event)

Callers

nothing calls this directly

Calls 1

writeMethod · 0.95

Tested by

no test coverage detected