MCPcopy 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
12int node::index() const { return _idx; }
13
14std::string node::id() const { return _id; };
15

Callers 1

tcp_buffer_transportMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected