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

Method log

src/workflow/runtime.py:276–277  ·  view source on GitHub ↗
(self, message: Any)

Source from the content-addressed store, hash-verified

274 self._progress.start_phase(str(title))
275
276 def log(self, message: Any) -> None:
277 self._progress.log(str(message))
278
279 async def workflow(self, name_or_ref: str, args: Any = None) -> Any:
280 if self._depth >= 1:

Callers 4

entry.tsxFile · 0.45
build-dev.mjsFile · 0.45
build.mjsFile · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected