MCPcopy Create free account
hub / github.com/chenshuo/muduo / isDebugBuild

Method isDebugBuild

muduo/base/ProcessInfo.cc:115–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115bool ProcessInfo::isDebugBuild()
116{
117#ifdef NDEBUG
118 return false;
119#else
120 return true;
121#endif
122}
123
124string ProcessInfo::hostname()
125{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected