()
| 134 | } |
| 135 | |
| 136 | function getVersion() { |
| 137 | const [version] = prefs.version.match(/^\d{1,2}\.\d{1,2}\.\d{1,2}/); |
| 138 | return version; |
| 139 | } |
| 140 | |
| 141 | function getKeyring({keyringId}) { |
| 142 | return controllerPort.send('get-keyring', {keyringId}); |
nothing calls this directly
no outgoing calls
no test coverage detected