MCPcopy Create free account
hub / github.com/ceph/ceph / ceph_get_osdmap

Function ceph_get_osdmap

src/mgr/BaseMgrModule.cc:761–765  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

759
760
761static PyObject *
762ceph_get_osdmap(BaseMgrModule *self, PyObject *args)
763{
764 return self->py_modules->get_osdmap();
765}
766
767static PyObject*
768ceph_set_uri(BaseMgrModule *self, PyObject *args)

Callers

nothing calls this directly

Calls 1

get_osdmapMethod · 0.45

Tested by

no test coverage detected