MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / getBodyBytesRemaining

Function getBodyBytesRemaining

Libraries/Http/HttpConnection.h:142–142  ·  view source on GitHub ↗

@brief Returns how many body bytes are still expected for this message

Source from the content-addressed store, hash-verified

140
141 /// @brief Returns how many body bytes are still expected for this message
142 [[nodiscard]] uint64_t getBodyBytesRemaining() const { return bodyBytesRemaining; }
143
144 /// @brief Returns true once the full body has been received according to its framing
145 [[nodiscard]] bool isBodyComplete() const { return bodyComplete; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected