Skip to content

StoreGate: Add ReadDecorHandle::withDefault.

Add withDefault() method to ReadDecorHandle. This works like operator(), except that one specifies a default value to return if the variable is not available. This allows removing some instances of isAvailable().

Merge request reports