pub fn string_at<'a>(strings: &'a Table, key_path: &str) -> Option<&'a Value>Expand description
Read a dot-separated key_path out of a [strings] KV tree: each segment
indexes a nested table, the final segment’s value is returned. None if any
segment is missing or a non-final segment is not a table. Used by
spt adapter get-string after the profile overlay has merged the tree.