Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudstack
/ mark_seen
Method
mark_seen
systemvm/debian/opt/cloud/bin/cs/CsNetfilter.py:342–343 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
340
return
self.seen is False
341
342
def
mark_seen(self):
343
self.seen = True
344
345
def
__convert_to_dict(self, rule):
346
rule = str(rule.lstrip())
Callers
1
has_rule
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected