(self, key: str)
| 2106 | |
| 2107 | @API.expose |
| 2108 | def get_ceph_option(self, key: str) -> OptionValue: |
| 2109 | return self._ceph_get_option(key) |
| 2110 | |
| 2111 | @API.expose |
| 2112 | def get_foreign_ceph_option(self, entity: str, key: str) -> OptionValue: |
no outgoing calls
no test coverage detected