MCPcopy Create free account
hub / github.com/langgenius/dify / extend

Function extend

cli/src/http/client.ts:334–334  ·  view source on GitHub ↗
(overrides: Partial<ClientOptions>)

Source from the content-addressed store, hash-verified

332 }
333
334 const extend = (overrides: Partial<ClientOptions>): HttpClient => createHttpClient({ ...state.originalOptions, ...overrides })
335
336 return {
337 baseURL: state.baseURL,

Callers

nothing calls this directly

Calls 1

createHttpClientFunction · 0.70

Tested by

no test coverage detected