()
| 101 | |
| 102 | // Returns the currently specified URL, from which to access the CSV file. |
| 103 | export const getQueryElement = () => { |
| 104 | return document.getElementById('query-url'); |
| 105 | } |
nothing calls this directly
no outgoing calls
no test coverage detected