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

Method __init__

tools/st2-analyze-links.py:78–80  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

76
77class LinksAnalyzer(object):
78 def __init__(self):
79 self._rule_link_by_action_ref = {}
80 self._rules = {}
81
82 def analyze(self, root_action_ref, link_tigger_ref):
83 rules = Rule.query(trigger=link_tigger_ref, enabled=True)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected