MCPcopy Index your code
hub / github.com/apache/caldera / destroy

Method destroy

app/objects/c_plugin.py:72–76  ·  view source on GitHub ↗
(self, services)

Source from the content-addressed store, hash-verified

70 logging.error('Error enabling plugin=%s, %s' % (self.name, e))
71
72 async def destroy(self, services):
73 if self.enabled:
74 destroyable = getattr(self._load_module(), 'destroy', None)
75 if destroyable:
76 await destroyable(services)
77
78 async def expand(self, services):
79 try:

Callers 5

server.pyFile · 0.45
alpine.min.jsFile · 0.45
muuri.min.jsFile · 0.45
aFunction · 0.45

Calls 1

_load_moduleMethod · 0.95

Tested by

no test coverage detected