()
| 463 | * Get the global OSC timeout value (for testing/debugging) |
| 464 | */ |
| 465 | export function getGlobalOscTimeout(): number { |
| 466 | return GLOBAL_OSC_TIMEOUT_MS |
| 467 | } |
| 468 | |
| 469 | /** |
| 470 | * Get the per-query OSC timeout value (for testing/debugging) |
no outgoing calls
no test coverage detected