MCPcopy 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
96template<class E>
97const char * enumName()
98{
99 return QMetaEnum::fromType<E>().name();
100}
101
102template<class Elem>
103const char * enumElemName(Elem type)

Callers

nothing calls this directly

Calls 1

nameMethod · 0.45

Tested by

no test coverage detected