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

Method get_cache_key

ci/util/dependency_loader.py:103–105  ·  view source on GitHub ↗

Get cache key for an operation.

(self, operation: str)

Source from the content-addressed store, hash-verified

101 return self.data["operations"][operation]
102
103 def get_cache_key(self, operation: str) -> str:
104 """Get cache key for an operation."""
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."""

Callers

nothing calls this directly

Calls 2

get_operationMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected