Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ enumName
Function
enumName
src/tools/performancedapter/tools.cpp:97–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
96
template<class E>
97
const char * enumName()
98
{
99
return QMetaEnum::fromType<E>().name();
100
}
101
102
template<class Elem>
103
const char * enumElemName(Elem type)
Callers
nothing calls this directly
Calls
1
name
Method · 0.45
Tested by
no test coverage detected