pub(crate) fn build_port_column(
title: &str,
names: &[String],
prefix: &str,
lookup: &mut HashMap<String, String>,
default_port: &mut Option<String>,
target_len: usize,
align: TextAlign,
) -> TableNodeExpand description
Keep input/output rows aligned and generate stable port identifiers.