Skip to content

src: use Maybe<void> in ManagedEVPPKey

With recent versions of V8, it is not necessary to use Maybe<bool> anymore. This changes member functions of ManagedEVPPKey to use Maybe<void> instead, as well as (transitive) dependencies.

Merge request reports

Loading