()
| 61 | ) |
| 62 | |
| 63 | function createResult() { |
| 64 | const result = observer.getOptimisticResult(resolvedOptions) |
| 65 | return !resolvedOptions.notifyOnChangeProps |
| 66 | ? observer.trackResult(result) |
| 67 | : result |
| 68 | } |
| 69 | const [query, update] = createRawRef( |
| 70 | // svelte-ignore state_referenced_locally - intentional, initial value |
| 71 | createResult(), |
no test coverage detected