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

Function saveVariant

packages/opencode/src/cli/cmd/run/variant.shared.ts:214–216  ·  view source on GitHub ↗
(model: RunInput["model"], variant: string | undefined)

Source from the content-addressed store, hash-verified

212}
213
214export function saveVariant(model: RunInput["model"], variant: string | undefined): void {
215 void runtime.saveVariant(model, variant)
216}

Callers 1

runInteractiveRuntimeFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected