MCPcopy Create free account
hub / github.com/bitshares/bitshares-core / handle_message

Method handle_message

libraries/net/node.cpp:5337–5340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5335 }
5336
5337 void statistics_gathering_node_delegate_wrapper::handle_message( const message& message_to_handle )
5338 {
5339 INVOKE_AND_COLLECT_STATISTICS(handle_message, message_to_handle);
5340 }
5341
5342 bool statistics_gathering_node_delegate_wrapper::handle_block( const graphene::net::block_message& block_message,
5343 bool sync_mode, std::vector<message_hash_type>& contained_transaction_msg_ids)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected