MCPcopy Create free account
hub / github.com/BlueAndi/Pixelix / getPayload

Method getPayload

lib/AsyncHttpClient/src/HttpResponse.cpp:256–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254}
255
256const uint8_t* HttpResponse::getPayload(size_t& size) const
257{
258 size = m_size;
259 return m_payload;
260}
261
262/******************************************************************************
263 * Protected Methods

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected