MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / sendPutRequest

Method sendPutRequest

dependencies/hueplusplus-1.0.0/src/Scene.cpp:332–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330}
331
332void Scene::sendPutRequest(const std::string& path, const nlohmann::json& request, FileInfo fileInfo)
333{
334 state.getCommandAPI().PUTRequest("/scenes/" + id + path, request, std::move(fileInfo));
335}
336
337CreateScene& CreateScene::setName(const std::string& name)
338{

Callers

nothing calls this directly

Calls 1

PUTRequestMethod · 0.80

Tested by

no test coverage detected