| 9 | DEFINE_bool(message_compression, true, ""); |
| 10 | |
| 11 | int RNode::size() { |
| 12 | return (role() == Node::GROUP ? exec_.group(id()).size() : 1); |
| 13 | } |
| 14 | |
| 15 | int RNode::submit(const MessagePtr& msg) { |
| 16 | CHECK_NOTNULL(this); CHECK(msg); |
no outgoing calls
no test coverage detected