MCPcopy Create free account
hub / github.com/ceph/ceph / remove

Method remove

src/include/CompatSet.h:71–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 }
70
71 void remove(uint64_t f) {
72 if (names.count(f)) {
73 names.erase(f);
74 mask &= ~((uint64_t)1<<f);
75 }
76 }
77 void remove(const Feature& f) {
78 remove(f.id);
79 }

Callers

nothing calls this directly

Calls 3

removeFunction · 0.50
countMethod · 0.45
eraseMethod · 0.45

Tested by

no test coverage detected