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

Method addUsername

dependencies/hueplusplus-1.0.0/src/Bridge.cpp:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109void BridgeFinder::addUsername(const std::string& mac, const std::string& username)
110{
111 usernames[normalizeMac(mac)] = username;
112}
113
114void BridgeFinder::addClientKey(const std::string& mac, const std::string& clientkey)
115{

Callers 6

TEST_FFunction · 0.80
connectToBridgeFunction · 0.80
connectToBridgeFunction · 0.80
snippet1Function · 0.80
connectToBridgeFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64