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

Method size

src/osdc/Objecter.h:112–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 ~ObjectOperation() = default;
111
112 size_t size() const {
113 return ops.size();
114 }
115
116 void clear() {
117 ops.clear();

Callers 15

file_to_extentsMethod · 0.45
add_partial_resultMethod · 0.45
get_objectMethod · 0.45
bh_write_scatteredMethod · 0.45
_readxMethod · 0.45
flusher_entryMethod · 0.45
flush_setMethod · 0.45
zeroMethod · 0.45
_do_truncate_rangeMethod · 0.45
init_readMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected