MCPcopy
hub / github.com/7836246/cursor2api / getProxyFetchOptions

Function getProxyFetchOptions

test/unit-proxy-agent.mjs:77–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75}
76
77function getProxyFetchOptions() {
78 const dispatcher = getProxyDispatcher();
79 return dispatcher ? { dispatcher } : {};
80}
81
82// ════════════════════════════════════════════════════════════════════
83// 1. 无代理配置 → 返回空对象

Callers 2

sendCursorRequestInnerFunction · 0.90

Calls 1

getProxyDispatcherFunction · 0.70

Tested by

no test coverage detected