()
| 74 | * @deprecated Use QueryContext.graph instead. |
| 75 | */ |
| 76 | export function getCurrentGraphSource(): GraphSource<any> | undefined { |
| 77 | return currentGraphSource; |
| 78 | } |
| 79 | |
| 80 | /** |
| 81 | * Clear the current graph source. |
no outgoing calls
no test coverage detected