| 1087 | } |
| 1088 | |
| 1089 | void node_impl::trigger_fetch_sync_items_loop() |
| 1090 | { |
| 1091 | VERIFY_CORRECT_THREAD(); |
| 1092 | dlog( "Triggering fetch sync items loop now" ); |
| 1093 | _sync_items_to_fetch_updated = true; |
| 1094 | if( _retrigger_fetch_sync_items_loop_promise ) |
| 1095 | _retrigger_fetch_sync_items_loop_promise->set_value(); |
| 1096 | } |
| 1097 | |
| 1098 | bool node_impl::is_item_in_any_peers_inventory(const item_id& item) const |
| 1099 | { |
nothing calls this directly
no outgoing calls
no test coverage detected