Indicate out-of-memory and exit. */
| 394 | |
| 395 | /* Indicate out-of-memory and exit. */ |
| 396 | static void shell_out_of_memory(void) { |
| 397 | fprintf(stderr, "Error: out of memory\n"); |
| 398 | ShellState::Exit(1); |
| 399 | } |
| 400 | |
| 401 | ShellState::ShellState() : seenInterrupt(0), program_name("duckdb") { |
| 402 | config.error_manager->AddCustomError( |
no outgoing calls
no test coverage detected