()
| 19053 | } |
| 19054 | |
| 19055 | const separator = hasQuery ? '&' : '?'; |
| 19056 | return `${trimmed}${separator}${NETWORK_CONTEXT_PARAM}=${encodeURIComponent(network)}`; |
| 19057 | } |
| 19058 | } |
| 19059 | |
| 19060 | function networkAwareFetch(endpoint, options = {}) { |
| 19061 | const resolvedEndpoint = resolveNetworkAwareEndpoint(endpoint); |
nothing calls this directly
no test coverage detected