Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_nodes
Method · 0.95
GetbackSubgraph
Method · 0.95
GetforeSubgraph
Method · 0.95
propagation
Method · 0.95
log_parser
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected