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

Method list_operations

ci/util/dependency_loader.py:111–113  ·  view source on GitHub ↗

Get list of all defined operations.

(self)

Source from the content-addressed store, hash-verified

109 return self.get_operation(operation).get("tools", [])
110
111 def list_operations(self) -> list[str]:
112 """Get list of all defined operations."""
113 return list(self.data["operations"].keys())
114
115 def get_description(self, operation: str) -> str:
116 """Get human-readable description of operation."""

Callers 1

print_summaryMethod · 0.95

Calls 2

listClass · 0.85
keysMethod · 0.45

Tested by

no test coverage detected