Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/evilsocket/opensnitch
/ get_node
Method
get_node
ui/opensnitch/nodes.py:165–169 ·
view source on GitHub ↗
(self, addr)
Source
from the content-addressed store, hash-verified
163
return
self._nodes
164
165
def
get_node(self, addr):
166
try
:
167
return
self._nodes[addr]
168
except
:
169
return
None
170
171
def
get_nodes(self):
172
return
self._nodes
Callers
15
is_connected
Method · 0.95
test_get_node
Method · 0.80
test_delete
Method · 0.80
_populate_stats
Method · 0.80
Notifications
Method · 0.80
filter_rules
Method · 0.80
filter_by_table
Method · 0.80
filter_by_chain
Method · 0.80
get_rule_by_uuid
Method · 0.80
apply_profile
Method · 0.80
delete_profile
Method · 0.80
get_node_chains
Method · 0.80
Calls
no outgoing calls
Tested by
2
test_get_node
Method · 0.64
test_delete
Method · 0.64