Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ Feature
Class
Feature
src/include/CompatSet.h:30–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
struct CompatSet {
29
30
struct Feature {
31
uint64_t id;
32
std::string name;
33
34
Feature(uint64_t _id, const std::string& _name) : id(_id), name(_name) {}
35
};
36
37
class FeatureSet {
38
uint64_t mask;
Callers
7
MDSMap.h
File · 0.85
TEST
Function · 0.85
decode
Method · 0.85
generate_test_instances
Method · 0.85
unsupported
Method · 0.85
merge
Method · 0.85
handle
Method · 0.85
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.68