()
| 5 | |
| 6 | // Outputs the keyserver's signing ed25519 public key |
| 7 | async function getKeyserverPublicKey() { |
| 8 | const contentSigningKey = await getContentSigningKey(); |
| 9 | console.log(contentSigningKey); |
| 10 | } |
| 11 | |
| 12 | main([getKeyserverPublicKey]); |
nothing calls this directly
no test coverage detected