()
| 77 | |
| 78 | /** Path of the daemon log file (shared with the OS-service log location). */ |
| 79 | export function daemonLogPath(): string { |
| 80 | return join(DEFAULT_LOCK_DIR, SERVER_LOG_FILENAME); |
| 81 | } |
| 82 | |
| 83 | export function lockConnectHost(lock: LockContents): string { |
| 84 | const host = lock.host ?? LOCAL_SERVER_HOST; |
no outgoing calls
no test coverage detected