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

Method get_state

src/dpp/httpsclient.cpp:330–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328}
329
330http_state https_client::get_state() {
331 return this->state;
332}
333
334void https_client::one_second_timer() {
335 if (!tcp_connect_done && time(nullptr) >= timeout) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected