* Creates an empty instance, where all methods return undefined, used internally. * @ignore * @return {ExecutionOptions}
()
| 46 | * @return {ExecutionOptions} |
| 47 | */ |
| 48 | static empty() { |
| 49 | return new ExecutionOptions(); |
| 50 | } |
| 51 | |
| 52 | /** |
| 53 | * Determines if the stack trace before the query execution should be maintained. |
no outgoing calls
no test coverage detected