MCPcopy Index your code
hub / github.com/anomalyco/opencode / status

Function status

packages/opencode/src/session/llm/native-runtime.ts:46–48  ·  view source on GitHub ↗
(input: Pick<StreamInput, "model" | "provider" | "auth">)

Source from the content-addressed store, hash-verified

44}
45
46export function status(input: Pick<StreamInput, "model" | "provider" | "auth">): RuntimeStatus {
47 return statusWithFetch(input, providerFetch(input))
48}
49
50function statusWithFetch(
51 input: Pick<StreamInput, "model" | "provider" | "auth">,

Callers

nothing calls this directly

Calls 2

statusWithFetchFunction · 0.85
providerFetchFunction · 0.85

Tested by

no test coverage detected