Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_version
Function · 0.45
_get_archive_source
Method · 0.45
Calls
1
query
Method · 0.95
Tested by
no test coverage detected