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

Method open

src/test/ObjectMap/KeyValueDBMemory.h:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 return 0;
24 }
25 int open(std::ostream &out, const std::string& cfs="") override {
26 return 0;
27 }
28 int create_and_open(std::ostream &out, const std::string& cfs="") override {
29 return 0;
30 }

Callers 15

StoreToolMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
initMethod · 0.45
open_imageMethod · 0.45
open_imageMethod · 0.45
send_open_imageMethod · 0.45
send_open_imageMethod · 0.45
do_mapFunction · 0.45
getMethod · 0.45
get_mapped_infoMethod · 0.45
get_cookieFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected