MCPcopy
hub / github.com/anomalyco/opencode / remove

Function remove

packages/llm/src/route/auth.ts:101–101  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

99 auth((inputAuth) => Effect.succeed(Headers.setAll(inputAuth.headers, input)))
100
101export const remove = (name: string) => auth((input) => Effect.succeed(Headers.remove(input.headers, name)))
102
103export const custom = (apply: (input: AuthInput) => Effect.Effect<Headers.Headers, LLMError>) => auth(apply)
104

Callers

nothing calls this directly

Calls 2

authFunction · 0.70
removeMethod · 0.65

Tested by

no test coverage detected