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

Class label_writer

src/common/perf_counters_key.cc:34–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 using base_iterator = Iterator;
33
34 struct label_writer {
35 base_iterator pos; // write position
36
37 label_writer& operator=(const label_pair& l) {
38 pos = write(l.first, pos);
39 pos = write(l.second, pos);
40 return *this;
41 }
42 };
43 label_writer label;
44
45 public:

Callers

nothing calls this directly

Calls 1

writeFunction · 0.70

Tested by

no test coverage detected