(token: string)
| 316 | * without restarting the process. |
| 317 | */ |
| 318 | export function updateSessionIngressAuthToken(token: string): void { |
| 319 | process.env.CLAUDE_CODE_SESSION_ACCESS_TOKEN = token |
| 320 | } |
| 321 | |
| 322 | export function updateSessionIngressRuntimeLease( |
| 323 | lease: IssuedRuntimeLease, |
no outgoing calls
no test coverage detected