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

Method clear

ci/util/json_rpc_handler.py:89–92  ·  view source on GitHub ↗

Clear all stored responses.

(self)

Source from the content-addressed store, hash-verified

87 return [r for r in self.responses if r.get("method") == function_name]
88
89 def clear(self) -> None:
90 """Clear all stored responses."""
91 self.responses.clear()
92 self.raw_lines.clear()
93
94
95def parse_json_rpc_commands(json_rpc_arg: str | None) -> list[dict[str, Any]]:

Callers 4

startMethod · 0.45
start_displayMethod · 0.45
shutdownMethod · 0.45

Calls

no outgoing calls

Tested by 1

shutdownMethod · 0.36