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