MCPcopy Create free account
hub / github.com/amule-project/amule / DecodeFriendTagNameID

Function DecodeFriendTagNameID

src/utils/fileview/Print.cpp:276–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274}
275
276const char* DecodeFriendTagNameID(uint8_t value)
277{
278 TEST_VALUE(FF_NAME)
279 return "??";
280}
281
282typedef std::map<uint32_t, const char*> FlagMap;
283

Callers 1

Print.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected