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

Method encode_state

src/mds/MDSTableServer.cc:353–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351}
352
353void MDSTableServer::encode_state(bufferlist& bl) const {
354 encode_server_state(bl);
355 encode(pending_for_mds, bl);
356}
357
358void MDSTableServer::decode_state(bufferlist::const_iterator& bl) {
359 decode_server_state(bl);

Callers 3

writeMethod · 0.45
consume_inosMethod · 0.45
save_tableMethod · 0.45

Calls 1

encodeFunction · 0.70

Tested by

no test coverage detected