Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
StoreTool
Method · 0.45
main
Function · 0.45
main
Function · 0.45
init
Method · 0.45
open_image
Method · 0.45
open_image
Method · 0.45
send_open_image
Method · 0.45
send_open_image
Method · 0.45
do_map
Function · 0.45
get
Method · 0.45
get_mapped_info
Method · 0.45
get_cookie
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected