MCPcopy Create free account
hub / github.com/alibaba/libgrape-lite / GetMessage

Method GetMessage

grape/parallel/message_in_buffer.h:43–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41
42 template <typename MESSAGE_T>
43 inline bool GetMessage(MESSAGE_T& msg) {
44 if (arc_.Empty()) {
45 return false;
46 }
47 arc_ >> msg;
48 return true;
49 }
50
51 template <typename GRAPH_T, typename MESSAGE_T>
52 inline bool GetMessage(const GRAPH_T& frag, typename GRAPH_T::vertex_t& v,

Callers

nothing calls this directly

Calls 2

EmptyMethod · 0.45
Gid2VertexMethod · 0.45

Tested by

no test coverage detected