Document the runtime delta modules where understanding needs it

This commit is contained in:
Keavon Chambers
2026-07-28 02:47:02 -07:00
parent 4cf7eb468e
commit 849760deb1
3 changed files with 24 additions and 0 deletions

View File

@@ -423,6 +423,7 @@ fn convert_node<M: NodeMetadataSource + ?Sized>(
})
}
/// Public form of the node ui-attribute encoding, for staging paths that encode single nodes.
pub fn encode_node_ui_attributes<M: NodeMetadataSource + ?Sized>(
attributes: &mut crate::Attributes,
metadata: &M,
@@ -433,6 +434,7 @@ pub fn encode_node_ui_attributes<M: NodeMetadataSource + ?Sized>(
write_ui_attributes(attributes, metadata, metadata_path, runtime_node_id, timestamp)
}
/// Public form of the per-input ui-attribute encoding, matching `encode_node_ui_attributes`.
pub fn encode_input_ui_attributes<M: NodeMetadataSource + ?Sized>(
attributes: &mut crate::Attributes,
metadata: &M,