MCPcopy Create free account
hub / github.com/cginternals/glbinding / startExcept

Function startExcept

source/glbinding-aux/source/logging.cpp:115–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115void startExcept(const std::set<std::string> & blackList)
116{
117 const auto filepath = getStandardFilepath();
118
119 startExcept(filepath, blackList);
120}
121
122void startExcept(const std::string & filepath, const std::set<std::string> & blackList)
123{

Callers

nothing calls this directly

Calls 3

getStandardFilepathFunction · 0.85
addCallbackMaskExceptFunction · 0.85
startWriterFunction · 0.85

Tested by

no test coverage detected