Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
276
const char* DecodeFriendTagNameID(uint8_t value)
277
{
278
TEST_VALUE(FF_NAME)
279
return
"??"
;
280
}
281
282
typedef std::map<uint32_t, const char*> FlagMap;
283
Callers
1
Print.cpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected