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

Method has_flag

src/common/options.h:391–393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

389 void print(std::ostream *out) const;
390
391 bool has_flag(flag_t f) const {
392 return flags & f;
393 }
394
395 /**
396 * A crude indicator of whether the value may be

Callers 6

handle_osd_mapMethod · 0.45
is_data_pool_fullMethod · 0.45
TEST_PFunction · 0.45
get_is_hinfo_requiredMethod · 0.45
get_is_ec_optimizedMethod · 0.45
set_mon_valsMethod · 0.45

Calls

no outgoing calls

Tested by 4

is_data_pool_fullMethod · 0.36
TEST_PFunction · 0.36
get_is_hinfo_requiredMethod · 0.36
get_is_ec_optimizedMethod · 0.36