We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63ec46c commit 77ce060Copy full SHA for 77ce060
src/traits.rs
@@ -184,7 +184,7 @@ pub trait NodeListGenerator: TableAccess {
184
/// |row: &tskit::NodeTableRow| node_has_mutation(&tables, row));
185
/// assert_eq!(samples_with_mut[0], 0);
186
/// ```
187
-
+
188
fn create_node_id_vector(&self, f: impl FnMut(&crate::NodeTableRow) -> bool) -> Vec<tsk_id_t> {
189
self.nodes().create_node_id_vector(f)
190
}
0 commit comments