UsingKeyring returns true if the store is using the system keyring.
()
| 229 | |
| 230 | // UsingKeyring returns true if the store is using the system keyring. |
| 231 | func (s *Store) UsingKeyring() bool { |
| 232 | s.ensureInit() |
| 233 | return s.useKeyring |
| 234 | } |
no test coverage detected