You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any public documentation (existing or intended) for ORMergeHive?
Specifically, I'm interested in how key and value deletes are represented in the deltaHive referenced in internal/wclayer/cim/registry.go's mergeHive() function.
From directed testing with a narrow test case, it looks like for values a zero-sized REG_NONE is used but I'm unclear how that is distinguished at merge time from the adding / modifying of a value of the same form.
Thanks
The text was updated successfully, but these errors were encountered:
brian-man
changed the title
ORMergeHive - public documentation?
ORMergeHives - public documentation?
Mar 23, 2024
Is there any public documentation (existing or intended) for
ORMergeHive
?Specifically, I'm interested in how key and value deletes are represented in the
deltaHive
referenced in internal/wclayer/cim/registry.go's mergeHive() function.From directed testing with a narrow test case, it looks like for values a zero-sized
REG_NONE
is used but I'm unclear how that is distinguished at merge time from the adding / modifying of a value of the same form.Thanks
The text was updated successfully, but these errors were encountered: