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

Function append

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

Source from the content-addressed store, hash-verified

332 unsigned append(const char *p, unsigned l);
333#if __cplusplus >= 201703L
334 inline unsigned append(std::string_view s) {
335 return append(s.data(), s.length());
336 }
337#endif // __cplusplus >= 201703L
338 void copy_in(unsigned o, unsigned l, const char *src, bool crc_reset = true);
339 void zero(bool crc_reset = true);

Callers 15

appendMethod · 0.70
substr_ofMethod · 0.70
completeMethod · 0.50
operator()Method · 0.50
wait_for_mapMethod · 0.50
_linger_commitMethod · 0.50
handle_watch_notifyMethod · 0.50
handle_osd_mapMethod · 0.50
_get_latest_versionMethod · 0.50

Calls 3

dataMethod · 0.45
lengthMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected