MCPcopy Index your code
hub / github.com/TaskingAI/TaskingAI / load_all_bundle_handlers

Function load_all_bundle_handlers

plugin/app/cache/bundle_handler.py:49–58  ·  view source on GitHub ↗

Load all bundle handlers from the given bundle plugin ids. :param bundle_ids: a list of bundle ids. :return: None

(bundle_ids: List[str])

Source from the content-addressed store, hash-verified

47
48# Automatically search and import all providers
49def load_all_bundle_handlers(bundle_ids: List[str]):
50
51 """
52 Load all bundle handlers from the given bundle plugin ids.
53 :param bundle_ids: a list of bundle ids.
54 :return: None
55 """
56
57 for bundle_id in bundle_ids:
58 get_bundle_handler(bundle_id)
59

Callers 1

lifespanFunction · 0.90

Calls 1

get_bundle_handlerFunction · 0.85

Tested by

no test coverage detected