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

Method get_tools

ci/util/dependency_loader.py:107–109  ·  view source on GitHub ↗

Get list of tools used by an operation.

(self, operation: str)

Source from the content-addressed store, hash-verified

105 return self.get_operation(operation).get("cache_key", operation)
106
107 def get_tools(self, operation: str) -> list[str]:
108 """Get list of tools used by an operation."""
109 return self.get_operation(operation).get("tools", [])
110
111 def list_operations(self) -> list[str]:
112 """Get list of all defined operations."""

Callers

nothing calls this directly

Calls 2

get_operationMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected