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