Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShivaBhattacharjee/KeyZen
/ Node
Method
Node
data/cpp/04_smart_pointers.cpp:8–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
std::shared_ptr<Node> next;
7
8
explicit Node(int v) : value(v) {}
9
};
10
11
std::unique_ptr<int[]> make_array(int n, int fill) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected