Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InteractiveComputerGraphics/PositionBasedDynamics
/ addSink
Method
addSink
Utils/Logger.h:150–153 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
148
// Todo: format
149
150
void addSink(std::shared_ptr<LogSink> sink)
151
{
152
m_sinks.push_back(sink);
153
}
154
155
void removeSink(std::shared_ptr<LogSink> sink)
156
{
Callers
3
UtilitiesModule
Function · 0.80
DemoBase
Method · 0.80
init
Method · 0.80
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected