vgteam / libhandlegraph

Library for the Handle Graph abstraction
MIT License
20 stars 3 forks source link

Add a default implementation for handle get_step_count method #61

Closed jeizenga closed 3 years ago

jeizenga commented 3 years ago

A new method get_step_count for a handle_t was added, but implementations weren't added elsewhere. This PR adds a default implementation based on for_each_step_on_handle so that things will keep running.