Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreiavrammsd/cpp-channel
/ data
Method
data
examples/move.cpp:13–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
static std::size_t moves_;
12
13
data() = default;
14
explicit data(int value) : value_{value} {}
15
16
int get_value() const { return value_; }
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected