Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Nelarius/imnodes
/ Node
Method
Node
example/save_load.cpp:23–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
float value;
22
23
Node() = default;
24
25
Node(const int i, const float v) : id(i), value(v) {}
26
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected