MCPcopy Create free account
hub / github.com/brainboxdotcc/DPP / get_state

Method get_state

src/dpp/http_server_request.cpp:242–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242http_state http_server_request::get_state() const {
243 return this->state;
244}
245
246uint16_t http_server_request::get_status() const {
247 return this->status;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected