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

Function load_globs_for_operation

ci/util/dependency_loader.py:137–148  ·  view source on GitHub ↗

Convenience function: Load globs for an operation. Args: operation: Operation name Returns: List of glob patterns

(operation: str)

Source from the content-addressed store, hash-verified

135
136
137def load_globs_for_operation(operation: str) -> list[str]:
138 """
139 Convenience function: Load globs for an operation.
140
141 Args:
142 operation: Operation name
143
144 Returns:
145 List of glob patterns
146 """
147 manifest = DependencyManifest()
148 return manifest.get_globs(operation)
149
150
151def load_operation_config(operation: str) -> dict[str, Any]:

Callers

nothing calls this directly

Calls 2

get_globsMethod · 0.95
DependencyManifestClass · 0.85

Tested by

no test coverage detected