Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ valid
Method
valid
src/test/common/ObjectContents.h:70–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
return *this;
69
}
70
bool valid() {
71
return pos < parent->size();
72
}
73
friend class ObjectContents;
74
};
75
Callers
8
TEST
Function · 0.45
test_object_contents
Function · 0.45
TEST_P
Function · 0.45
clear_db
Method · 0.45
clear_db
Method · 0.45
check_db
Method · 0.45
get_split_quality
Method · 0.45
TEST_P
Function · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected