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

Method GetNodeScore

src/Sysdig/real-time/ProvGraph.py:100–101  ·  view source on GitHub ↗
(self,node)

Source from the content-addressed store, hash-verified

98 return self.nodes[node]['label']
99
100 def GetNodeScore(self,node):
101 return self.nodes[node]['score']
102
103 def GetNodeType(self,node):
104 return self.nodes[node]['type']

Callers 5

merge_nodesMethod · 0.95
GetbackSubgraphMethod · 0.95
GetforeSubgraphMethod · 0.95
propagationMethod · 0.95
log_parserFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected