MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / removeSink

Method removeSink

Utilities/Logger.h:155–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153 }
154
155 void removeSink(std::shared_ptr<LogSink> sink)
156 {
157 for (auto it = m_sinks.begin(); it != m_sinks.end(); it++)
158 {
159 if (*it == sink)
160 {
161 m_sinks.erase(it);
162 break;
163 }
164 }
165 }
166
167 std::vector<std::shared_ptr<LogSink>>& getSinks()
168 {

Callers 2

cleanupMethod · 0.80
parseParametersMethod · 0.80

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected