Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ internal_error
Method
internal_error
src/fl/stl/asio/http/server.cpp.hpp:220–224 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
218
}
219
220
Response Response::internal_error(const string& message) {
221
Response resp;
222
resp.status(500).body(message +
"\n"
);
223
return resp;
224
}
225
226
string Response::to_string() const {
227
string result;
Callers
nothing calls this directly
Calls
2
status
Method · 0.80
Response
Class · 0.70
Tested by
no test coverage detected