MCPcopy Index your code
hub / github.com/Zipstack/unstract / is_plugin_enabled

Function is_plugin_enabled

workers/plugin_registry.py:182–185  ·  view source on GitHub ↗

Check if a plugin is enabled.

(name: str)

Source from the content-addressed store, hash-verified

180
181
182def is_plugin_enabled(name: str) -> bool:
183 """Check if a plugin is enabled."""
184 _workers_plugin_registry.initialize_from_settings()
185 return _workers_plugin_registry.is_plugin_enabled(name)
186
187
188def get_plugin_config(name: str) -> dict[str, Any]:

Callers

nothing calls this directly

Calls 2

is_plugin_enabledMethod · 0.80

Tested by

no test coverage detected