(fetchFn: FetchFn)
| 31 | systemFetch = null; |
| 32 | } |
| 33 | export function setSystemFetch(fetchFn: FetchFn) { |
| 34 | systemFetch = fetchFn; |
| 35 | } |
| 36 | export function getSystemFetch(): FetchFn { |
| 37 | return systemFetch; |
| 38 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…