Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BlazingDB/blazingsql
/ index
Method
index
engine/src/communication/CommunicationInterface/node.cpp:12–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
: _idx{idx}, _id{id}, _ip{ip}, _port{port} {}
11
12
int node::index() const { return _idx; }
13
14
std::string node::id() const { return _id; };
15
Callers
1
tcp_buffer_transport
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected