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

Method get_state_seq

src/mds/SessionMap.h:241–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239
240 std::string_view get_state_name() const { return get_state_name(state); }
241 uint64_t get_state_seq() const { return state_seq; }
242 bool is_closed() const { return state == STATE_CLOSED; }
243 bool is_opening() const { return state == STATE_OPENING; }
244 bool is_open() const { return state == STATE_OPEN; }

Callers 5

handle_commandMethod · 0.80
_session_loggedMethod · 0.80
set_stateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected