Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4
StatisticsHistoryData StatisticsHistory::getCopiedData() const
5
{
6
std::lock_guard lock(_mutex);
7
auto copy = _data;
8
return copy;
9
}
10
11
std::mutex& StatisticsHistory::getMutex() const
12
{
Callers
3
processRequest
Method · 0.80
main
Function · 0.80
onResizing
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected