MCPcopy Create free account
hub / github.com/PKU-ASAL/Simulated-Data / attack_node

Method attack_node

src/Sysdig/real-time/ProvGraph.py:704–709  ·  view source on GitHub ↗
(self,node_list)

Source from the content-addressed store, hash-verified

702 self.graph_cache = merged_graph_list[:topK]
703
704 def attack_node(self,node_list):
705 result = []
706 for node in node_list:
707 if node in self.attack_process:
708 result.append(node)
709 return result

Callers 1

update_cacheMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected