()
| 88 | } |
| 89 | |
| 90 | function sessionFlagsHookStateKey(): string { |
| 91 | const sourcePath = process.platform === 'win32' |
| 92 | ? 'C:\\<session-flags>\\config.toml' |
| 93 | : '/<session-flags>/config.toml'; |
| 94 | return `${sourcePath}:session_start:0:0`; |
| 95 | } |
| 96 | |
| 97 | export function buildSessionStartHookConfigArgs(port: number, token: string): string[] { |
| 98 | const { command, args } = getHappyCliCommand([ |
no outgoing calls
no test coverage detected