Rename leveled_record_value_edge to leveled_record_value_source

This commit is contained in:
Dennis Kobert
2026-09-06 16:27:01 +00:00
parent 1e91511f93
commit 2921f44e5c
2 changed files with 9 additions and 9 deletions

View File

@@ -90,8 +90,8 @@ where
}
}
/// The native record edge of a constant level: the edge type is the element's.
pub fn leveled_record_value_edge<T: Clone + Send + Sync + crate::CacheHash + PartialEq + dyn_any::StaticTypeSized + 'static>(values: Vec<T>) -> crate::registry::SourceHandle
/// The native record source of a constant level: the source type is the element's.
pub fn leveled_record_value_source<T: Clone + Send + Sync + crate::CacheHash + PartialEq + dyn_any::StaticTypeSized + 'static>(values: Vec<T>) -> crate::registry::SourceHandle
where
T::Static: Clone + Send + Sync,
{