Skip to main content

CodeLookupKey

Type Alias CodeLookupKey 

Source
pub type CodeLookupKey = (String, String, usize, usize);
Expand description

Lookup key: (source_path, segment_tag, element_index, component_index).

source_path matches the TOML source_path field (e.g., “sg4.sg8_z01.sg10”). segment_tag is uppercase (e.g., “CCI”, “CAV”).