MCPcopy Create free account
hub / github.com/dmlc/parameter_server / activeMessage

Method activeMessage

src/system/executor.h:52–52  ·  view source on GitHub ↗

last received message

Source from the content-addressed store, hash-verified

50 void accept(const MessagePtr& msg);
51 // last received message
52 MessagePtr activeMessage() { return active_msg_; }
53 string lastRecvReply();
54
55 Customer& obj() { return obj_; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected