r-lib/keyring

Function `b_ss_get_raw` not defined

awong234 opened this issue · 0 comments

Hello everyone!

In development for #85, I was looking at the various get functions and I noticed that b_ss_get_raw is not yet defined. It is called on

b_ss_get_raw(self, private, service, username = NULL, keyring = NULL),

within the backend_secret_service constructor, but it does not have a corresponding definition as far as I can find.