| 1225 | } |
| 1226 | |
| 1227 | void node_impl::trigger_fetch_items_loop() |
| 1228 | { |
| 1229 | VERIFY_CORRECT_THREAD(); |
| 1230 | _items_to_fetch_updated = true; |
| 1231 | if( _retrigger_fetch_item_loop_promise ) |
| 1232 | _retrigger_fetch_item_loop_promise->set_value(); |
| 1233 | } |
| 1234 | |
| 1235 | void node_impl::advertise_inventory_loop() |
| 1236 | { |
nothing calls this directly
no outgoing calls
no test coverage detected