Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/1Panel-dev/MaxKB
/ deploy
Method
deploy
apps/trigger/handler/base_trigger.py:23–24 ·
view source on GitHub ↗
(self, trigger, **kwargs)
Source
from the content-addressed store, hash-verified
21
22
@abstractmethod
23
def
deploy(self, trigger, **kwargs):
24
pass
25
26
@abstractmethod
27
def
undeploy(self, trigger, **kwargs):
Callers
1
deploy
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected