()
| 29 | } |
| 30 | |
| 31 | export const ensureI2PDataDir = (): void => { |
| 32 | fs.mkdirSync(getProjectPath('.nostr', 'i2p', 'data'), { recursive: true }) |
| 33 | } |
| 34 | |
| 35 | export const getTorHostnamePath = (): string => getProjectPath('.nostr', 'tor', 'data', 'nostream', 'hostname') |
| 36 |
no test coverage detected