Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ exists
Method
exists
src/test/common/ObjectContents.h:98–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
uint64_t size() const { return _size; }
97
98
bool exists() { return _exists; }
99
100
void debug(std::ostream &out) {
101
out <<
"_size is "
<< _size << std::endl;
Callers
3
test_object_contents
Function · 0.45
TEST
Function · 0.45
TEST_F
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected