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

Function length

src/include/buffer.h:291–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289 const char *end_c_str() const;
290 char *end_c_str();
291 unsigned length() const { return _len; }
292 unsigned offset() const { return _off; }
293 unsigned start() const { return _off; }
294 unsigned end() const { return _off + _len; }

Callers 9

is_n_align_sizedFunction · 0.70
dumpMethod · 0.50
contents_equalMethod · 0.50
get_wasted_spaceMethod · 0.50
c_strMethod · 0.50
to_strMethod · 0.50
spliceMethod · 0.50
encode_base64Method · 0.50
hexdumpMethod · 0.50

Calls 4

assertFunction · 0.85
beginMethod · 0.45
endMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected