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

Method get_content

src/dpp/httpsclient.cpp:326–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326const std::string https_client::get_content() const {
327 return body;
328}
329
330http_state https_client::get_state() {
331 return this->state;

Callers 2

mainFunction · 0.80
populate_resultFunction · 0.80

Calls

no outgoing calls

Tested by 1

mainFunction · 0.64