Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3rdparty/libprocess
/ Data
Class
Data
include/process/metrics/counter.hpp:72–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
71
private:
72
struct Data
73
{
74
explicit Data() : value(0) {}
75
76
std::atomic<int64_t> value;
77
};
78
79
std::shared_ptr<Data> data;
80
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected