()
| 28 | // These getters and setters are for testing so we don't export a mutable |
| 29 | // variable. |
| 30 | export function resetSystemFetch() { |
| 31 | systemFetch = null; |
| 32 | } |
| 33 | export function setSystemFetch(fetchFn: FetchFn) { |
| 34 | systemFetch = fetchFn; |
| 35 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…