MCPcopy Create free account
hub / github.com/chronoxor/CppServer / empty

Method empty

include/server/http/http_request.h:53–53  ·  view source on GitHub ↗

Is the HTTP request empty?

Source from the content-addressed store, hash-verified

51
52 //! Is the HTTP request empty?
53 bool empty() const noexcept { return _cache.empty(); }
54 //! Is the HTTP request error flag set?
55 bool error() const noexcept { return _error; }
56

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected