Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudstack
/ is_added
Method
is_added
systemvm/debian/opt/cloud/bin/cs/CsAddress.py:255–256 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
253
return
False
254
255
def
is_added(self):
256
return
self.get_attr(
"add"
)
257
258
def
to_str(self):
259
return
self.address
Callers
6
__update
Method · 0.80
get_guest_if_by_network_id
Method · 0.80
get_guest_if
Method · 0.80
find_device_for_gateway
Function · 0.80
set_primary
Method · 0.80
_collect_ips
Method · 0.80
Calls
1
get_attr
Method · 0.95
Tested by
no test coverage detected