MCPcopy Create free account
hub / github.com/chrxh/alien / getCopiedData

Method getCopiedData

source/EngineInterface/StatisticsHistory.cpp:4–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3
4StatisticsHistoryData StatisticsHistory::getCopiedData() const
5{
6 std::lock_guard lock(_mutex);
7 auto copy = _data;
8 return copy;
9}
10
11std::mutex& StatisticsHistory::getMutex() const
12{

Callers 3

processRequestMethod · 0.80
mainFunction · 0.80
onResizingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected