MCPcopy 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

28struct 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.hFile · 0.85
TESTFunction · 0.85
decodeMethod · 0.85
unsupportedMethod · 0.85
mergeMethod · 0.85
handleMethod · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68