Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ ok
Method
ok
src/fl/stl/asio/http/server.cpp.hpp:202–206 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
200
}
201
202
Response Response::ok(const string& body) {
203
Response resp;
204
resp.status(200).body(body);
205
return resp;
206
}
207
208
Response Response::not_found() {
209
Response resp;
Callers
4
expected
Method · 0.45
expected<void, E>
Class · 0.45
platformConnect
Method · 0.45
onEvent
Method · 0.45
Calls
2
status
Method · 0.80
Response
Class · 0.70
Tested by
no test coverage detected