Delete the old erased node machinery

This commit is contained in:
Dennis Kobert
2026-07-30 11:51:13 +00:00
parent b079ec9c2c
commit c7fef30cf1
5 changed files with 4 additions and 290 deletions

View File

@@ -233,7 +233,7 @@ impl std::fmt::Display for IntrospectError {
///
/// # Fields
///
/// * `nodes`: A [`HashMap`] of [`NodeId`]s to tuples of [`SharedNodeContainer`] and [`Path`].
/// * `nodes`: A [`HashMap`] of [`NodeId`]s to tuples of [`EdgeHandle`] and [`Path`].
/// This stores the actual node instances and their associated paths.
///
/// * `source_map`: A [`HashMap`] from [`Path`] to tuples of [`NodeId`] and [`NodeTypes`].