(val)
| 1408 | } |
| 1409 | |
| 1410 | function isParsedKey(val) { |
| 1411 | if (!val) |
| 1412 | return false; |
| 1413 | return (typeof val[SYM_DECRYPTED] === 'boolean'); |
| 1414 | } |
| 1415 | |
| 1416 | function parseKey(data, passphrase) { |
| 1417 | if (isParsedKey(data)) |
no outgoing calls
no test coverage detected
searching dependent graphs…