mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-16 02:15:17 +00:00
read_value_record(u16 value_format, FixedMemoryStream& stream) takes a bitmask value_format that describes the available fields of the ValueRecord and a FixedMemoryStream at the location of the next ValueRecord. It then advances the stream and returns a complete ValueRecord.