(
path: Path.Path,
input: { hostname: string; scopeId: string },
)
| 95 | }; |
| 96 | |
| 97 | const daemonStartLockPath = ( |
| 98 | path: Path.Path, |
| 99 | input: { hostname: string; scopeId: string }, |
| 100 | ): string => `${daemonPointerPath(path, input)}.lock`; |
| 101 | |
| 102 | // --------------------------------------------------------------------------- |
| 103 | // Persistence |
no test coverage detected