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

Method __iter__

src/agent/transcript.py:272–273  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

270 return self._path
271
272 def __iter__(self) -> Iterator[Any]:
273 return self._iterate()
274
275 def _iterate(self) -> Iterator[Any]:
276 """Yield one parsed object per line; skip blank/unparseable lines."""

Callers

nothing calls this directly

Calls 1

_iterateMethod · 0.95

Tested by

no test coverage detected