Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anthonywilliams/ccia_code_samples
/ node
Method
node
listings/listing_6.4.cpp:12–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
std::unique_ptr<node> next;
11
12
node(T data_):
13
data(std::move(data_))
14
{}
15
};
16
17
std::unique_ptr<node> head;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected