Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/evilsocket/opensnitch
/ get_chains
Method
get_chains
ui/opensnitch/firewall/__init__.py:165–166 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
163
return
self.rules.get_by_node(addr)
164
165
def
get_chains(self):
166
return
self.chains.get()
167
168
def
get_rules(self):
169
return
self.rules.get()
Callers
1
_add_rulesTree_fw_chains
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected