r-lib / keyring

:closed_lock_with_key: Access the system credential store from R
https://keyring.r-lib.org/
Other
196 stars 28 forks source link

Function `b_ss_get_raw` not defined #87

Closed awong234 closed 3 years ago

awong234 commented 4 years ago

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 https://github.com/r-lib/keyring/blob/da3e1796f606d9ce3a735a40efcef88284bada30/R/backend-secret-service.R#L48

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