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

Method get_status

src/dpp/httpsclient.cpp:322–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320
321
322uint16_t https_client::get_status() const {
323 return status;
324}
325
326const std::string https_client::get_content() const {
327 return body;

Callers 3

mainFunction · 0.45
populate_resultFunction · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by 1

mainFunction · 0.36