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

Method list_methods

ci/rpc_schema_validator.py:195–200  ·  view source on GitHub ↗

List all available RPC methods

(self)

Source from the content-addressed store, hash-verified

193 return self.schema.methods[method]
194
195 def list_methods(self) -> list[str]:
196 """List all available RPC methods"""
197 if not self.schema:
198 raise RuntimeError("Schema not loaded")
199
200 return list(self.schema.methods.keys())
201
202
203def main():

Callers 1

mainFunction · 0.95

Calls 2

listClass · 0.85
keysMethod · 0.45

Tested by

no test coverage detected