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

Method transform

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

Source from the content-addressed store, hash-verified

103 pass # No per-instance setup needed
104
105 def transform(self, line: str) -> str:
106 if not line:
107 return line
108 elapsed: float = get_elapsed()
109 return f"{elapsed:.2f} {line}"
110
111 def end(self) -> None:
112 return None

Callers 1

run_monitorFunction · 0.95

Calls 1

get_elapsedFunction · 0.85

Tested by

no test coverage detected