Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenLoco/OpenLoco
/ installSink
Function
installSink
src/Diagnostics/src/Logging.cpp:58–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
void installSink(std::shared_ptr<LogSink> sink)
59
{
60
_sinks.push_back(sink);
61
}
62
63
void removeSink(std::shared_ptr<LogSink> sink)
64
{
Callers
2
TEST
Function · 0.85
initialize
Function · 0.85
Calls
1
push_back
Method · 0.80
Tested by
1
TEST
Function · 0.68