Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ init
Method
init
src/ceph-node-proxy/ceph_node_proxy/main.py:69–72 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
67
self.loop()
68
69
def
init(self) -> None:
70
self.init_system()
71
self.init_reporter()
72
self.init_api()
73
74
def
fetch_oob_details(self) -> Dict[str, str]:
75
try
:
Callers
1
run
Method · 0.95
Calls
3
init_system
Method · 0.95
init_reporter
Method · 0.95
init_api
Method · 0.95
Tested by
no test coverage detected