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

Method getRequestPath

dependencies/hueplusplus-1.0.0/src/APICache.cpp:166–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166std::string APICache::getRequestPath() const
167{
168 std::string result;
169 if (base)
170 {
171 result = base->getRequestPath();
172 result.push_back('/');
173 }
174 result.append(path);
175 return result;
176}
177} // namespace hueplusplus

Callers 4

TESTFunction · 0.80
getStateAddressMethod · 0.80
sendPutRequestMethod · 0.80
ResourceListMethod · 0.80

Calls 2

push_backMethod · 0.45
appendMethod · 0.45

Tested by 1

TESTFunction · 0.64