MCPcopy Create free account
hub / github.com/StackStorm/st2 / __init__

Method __init__

st2api/st2api/controllers/v1/webhooks.py:49–50  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

47 """
48
49 def __init__(self):
50 self._triggers_by_hook = {}
51
52 def __contains__(self, key):
53 return key in self._triggers_by_hook

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected