MCPcopy Create free account
hub / github.com/FastLED/FastLED / query

Method query

src/fl/stl/asio/http/server.cpp.hpp:165–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165optional<string> Request::query(const string& param) const {
166 auto it = mQuery.find(param);
167 if (it != mQuery.end()) {
168 return it->second;
169 }
170 return nullopt;
171}
172
173//==============================================================================
174// Response implementation

Callers

nothing calls this directly

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected