Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ run
Method
run
src/ceph-node-proxy/ceph_node_proxy/main.py:65–67 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
63
self._ca_temp_file: Optional[_TemporaryFileWrapper[Any]] = None
64
65
def
run(self) -> None:
66
self.init()
67
self.loop()
68
69
def
init(self) -> None:
70
self.init_system()
Callers
1
main
Function · 0.45
Calls
2
init
Method · 0.95
loop
Method · 0.95
Tested by
no test coverage detected