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
Another more general question is whether we want to directly terminate, or propagate errors up (let's say all the way up to svsm_request_loop()) and there call the relevant vc_terminate_xxxx if needed. Inside the function we'll use a lot of ? operators to detect Err and None etc and return.
Ideally this will allow unit-testing some parts, but not sure it's worth the (big) effort.
Something we can have like unwrap, that instead of panic will call vc_terminate_xxxx. Consider this code:
from something generic resembling:
The text was updated successfully, but these errors were encountered: