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

Function load_operation_config

ci/util/dependency_loader.py:151–162  ·  view source on GitHub ↗

Convenience function: Load full operation config. Args: operation: Operation name Returns: Full operation configuration dictionary

(operation: str)

Source from the content-addressed store, hash-verified

149
150
151def load_operation_config(operation: str) -> dict[str, Any]:
152 """
153 Convenience function: Load full operation config.
154
155 Args:
156 operation: Operation name
157
158 Returns:
159 Full operation configuration dictionary
160 """
161 manifest = DependencyManifest()
162 return manifest.get_operation(operation)
163
164
165if __name__ == "__main__":

Callers

nothing calls this directly

Calls 2

get_operationMethod · 0.95
DependencyManifestClass · 0.85

Tested by

no test coverage detected