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

Method transform

ci/util/output_formatter.py:155–160  ·  view source on GitHub ↗
(self, line: str)

Source from the content-addressed store, hash-verified

153 pass # No per-instance setup needed, use global elapsed
154
155 def transform(self, line: str) -> str:
156 if not line:
157 return line
158 formatted: str = self._format_paths(line)
159 elapsed: float = get_elapsed()
160 return f"{elapsed:.2f} {formatted}"
161
162 def end(self) -> None:
163 return None

Callers

nothing calls this directly

Calls 2

_format_pathsMethod · 0.95
get_elapsedFunction · 0.85

Tested by

no test coverage detected