| 4949 | } |
| 4950 | |
| 4951 | node_id_t node_impl::get_node_id() const |
| 4952 | { |
| 4953 | VERIFY_CORRECT_THREAD(); |
| 4954 | return _node_id; |
| 4955 | } |
| 4956 | void node_impl::set_allowed_peers(const std::vector<node_id_t>& allowed_peers) |
| 4957 | { |
| 4958 | VERIFY_CORRECT_THREAD(); |
nothing calls this directly
no outgoing calls
no test coverage detected