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

Method DELETERequest

dependencies/hueplusplus-1.0.0/src/HueCommandAPI.cpp:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101nlohmann::json HueCommandAPI::DELETERequest(const std::string& path, const nlohmann::json& request) const
102{
103 return DELETERequest(path, request, CURRENT_FILE_INFO);
104}
105
106nlohmann::json HueCommandAPI::DELETERequest(
107 const std::string& path, const nlohmann::json& request, FileInfo fileInfo) const

Callers 3

TESTFunction · 0.80
removeUserMethod · 0.80
removeMethod · 0.80

Calls 3

RunWithTimeoutFunction · 0.85
getBridgeRequestDelayMethod · 0.80
DELETEJsonMethod · 0.80

Tested by 1

TESTFunction · 0.64