Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Nelarius/imnodes
/ Node
Class
Node
example/multi_editor.cpp:13–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
namespace
12
{
13
struct Node
14
{
15
int id;
16
float value;
17
18
Node(const int i, const float v) : id(i), value(v) {}
19
};
20
21
struct Link
22
{
Callers
1
show_editor
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected