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

Function config

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

Source from the content-addressed store, hash-verified

90 : credentialFromSecret(secret, source)
91
92export const config = (name: string) => credentialFromSecret(Config.redacted(name), name)
93
94export const effect = (load: Effect.Effect<Redacted.Redacted, CredentialError>) => credential(load)
95

Callers

nothing calls this directly

Calls 1

credentialFromSecretFunction · 0.85

Tested by

no test coverage detected