Skip to content

Commit

Permalink
Update comment for ExtractHLVFromBlipMessage to clarify example when …
Browse files Browse the repository at this point in the history
…multiple mv and pv are present
  • Loading branch information
bbrks committed Jan 17, 2025
1 parent f689af6 commit 5876367
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db/hybrid_logical_vector.go
Original file line number Diff line number Diff line change
Expand Up @@ -504,8 +504,8 @@ func appendRevocationMacroExpansions(currentSpec []sgbucket.MacroExpansionSpec,
// ExtractHLVFromBlipMessage extracts the full HLV a string in the format seen over Blip
// blip string may be the following formats
// 1. cv only: cv
// 2. cv and pv: cv;pv
// 3. cv, pv, and mv: cv;mv;pv
// 2. cv and pv: cv;pv1,pv2
// 3. cv, pv, and mv: cv;mv1,mv2;pv1,pv2
//
// Function will return list of revIDs if legacy rev ID was found in the HLV history section (PV)
// TODO: CBG-3662 - Optimise once we've settled on and tested the format with CBL
Expand Down

0 comments on commit 5876367

Please sign in to comment.