MCPcopy Create free account
hub / github.com/FastLED/FastLED / emit

Method emit

ci/autoresearch/context.py:96–98  ·  view source on GitHub ↗

Print a compact summary line to stdout (always visible).

(self, msg: str)

Source from the content-addressed store, hash-verified

94 return self._log_file
95
96 def emit(self, msg: str) -> None:
97 """Print a compact summary line to stdout (always visible)."""
98 print(msg)
99
100 def emit_log_path(self) -> None:
101 """Print log file path so agents know where to look on failure."""

Callers 2

_run_build_deployFunction · 0.45
_run_rpc_testsFunction · 0.45

Calls 1

printFunction · 0.50

Tested by

no test coverage detected