Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStickCommunity/GP2040-CE
/ DataAndStatusCode
Method
DataAndStatusCode
src/webconfig.cpp:223–226 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
221
struct DataAndStatusCode
222
{
223
DataAndStatusCode(string&& data, HttpStatusCode statusCode) :
224
data(std::move(data)),
225
statusCode(statusCode)
226
{}
227
228
string data;
229
HttpStatusCode statusCode;
Callers
nothing calls this directly
Calls
1
move
Function · 0.85
Tested by
no test coverage detected