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

Method _changed

src/workflow/progress.py:164–166  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

162 return record
163
164 def _changed(self) -> None:
165 if self._on_change is not None:
166 self._on_change(self)
167
168
169# ---------------------------------------------------------------------------

Callers 4

start_phaseMethod · 0.95
logMethod · 0.95
agent_startedMethod · 0.95
agent_finishedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected