Closed heuermh closed 6 years ago
Not sure why we flatten attributes for AlignmentRecord into a single string, whereas they are stored as a map elsewhere.
// Remaining optional attributes flattened into a string union { null, string } attributes = null;
Ah right, the flattened values are expanded in AttributeUtils.
AttributeUtils
Not sure why we flatten attributes for AlignmentRecord into a single string, whereas they are stored as a map elsewhere.