Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Nelarius/imnodes
/ Node
Class
Node
example/save_load.cpp:18–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
namespace
17
{
18
struct Node
19
{
20
int id;
21
float value;
22
23
Node() = default;
24
25
Node(const int i, const float v) : id(i), value(v) {}
26
};
27
28
struct Link
29
{
Callers
1
show
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected