()
| 56 | * @deprecated Use QueryContext instead - context is automatically scoped to the query. |
| 57 | */ |
| 58 | export function clearQueryParams(): void { |
| 59 | currentQueryParams = {}; |
| 60 | } |
| 61 | |
| 62 | /** |
| 63 | * Set the current graph source for pattern comprehension evaluation. |
no outgoing calls
no test coverage detected