()
| 34 | systemFetch = fetchFn; |
| 35 | } |
| 36 | export function getSystemFetch(): FetchFn { |
| 37 | return systemFetch; |
| 38 | } |
| 39 | |
| 40 | export class PlatformNode implements Platform { |
| 41 | private textEncoder: TextEncoder; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…