MCPcopy Create free account
hub / github.com/blacklanternsecurity/bbot / _is_graph_important

Method _is_graph_important

bbot/modules/base.py:1541–1542  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

1539 return table
1540
1541 def _is_graph_important(self, event):
1542 return self.preserve_graph and getattr(event, "_graph_important", False) and not getattr(event, "_omit", False)
1543
1544 @property
1545 def preserve_graph(self):

Callers 3

_event_precheckMethod · 0.80
is_incoming_duplicateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected