MCPcopy Create free account
hub / github.com/apache/cloudstack / has_chain

Method has_chain

systemvm/debian/opt/cloud/bin/cs/CsNetfilter.py:112–113  ·  view source on GitHub ↗
(self, table, chain)

Source from the content-addressed store, hash-verified

110 return table in self.table.get()
111
112 def has_chain(self, table, chain):
113 return self.chain.has_chain(table, chain)
114
115 def has_rule(self, new_rule):
116 for r in self.get():

Callers 1

add_chainMethod · 0.95

Calls 1

has_chainMethod · 0.45

Tested by

no test coverage detected