MCPcopy Create free account
hub / github.com/ceph/ceph / get_data

Method get_data

src/ceph-node-proxy/ceph_node_proxy/redfish.py:135–136  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

133 return data
134
135 def get_data(self) -> Dict[str, Any]:
136 return self.query(self.url)
137
138 def get_members_names(self) -> List[str]:
139 result: List[str] = []

Callers 3

__init__Method · 0.95
command_versionFunction · 0.45
_get_archive_sourceMethod · 0.45

Calls 1

queryMethod · 0.95

Tested by

no test coverage detected