MCPcopy Create free account
hub / github.com/anomalyco/opencode / httpOptions

Function httpOptions

packages/llm/src/route/client.ts:136–139  ·  view source on GitHub ↗
(input: HttpOptionsInput | undefined)

Source from the content-addressed store, hash-verified

134 input === undefined ? undefined : GenerationOptions.make(input)
135
136export const httpOptions = (input: HttpOptionsInput | undefined) => {
137 if (input === undefined) return input
138 return HttpOptions.make(input)
139}
140
141export interface Interface {
142 /**

Callers 1

mergeRouteDefaultsFunction · 0.85

Calls 1

makeMethod · 0.45

Tested by

no test coverage detected