| 759 | |
| 760 | |
| 761 | static PyObject * |
| 762 | ceph_get_osdmap(BaseMgrModule *self, PyObject *args) |
| 763 | { |
| 764 | return self->py_modules->get_osdmap(); |
| 765 | } |
| 766 | |
| 767 | static PyObject* |
| 768 | ceph_set_uri(BaseMgrModule *self, PyObject *args) |
nothing calls this directly
no test coverage detected