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

Method get_description

ci/util/dependency_loader.py:115–117  ·  view source on GitHub ↗

Get human-readable description of operation.

(self, operation: str)

Source from the content-addressed store, hash-verified

113 return list(self.data["operations"].keys())
114
115 def get_description(self, operation: str) -> str:
116 """Get human-readable description of operation."""
117 return self.get_operation(operation).get("description", "")
118
119 def print_summary(self) -> None:
120 """Print a summary of all operations and their dependencies."""

Callers

nothing calls this directly

Calls 2

get_operationMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected