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

Function resolveDiffStyle

packages/opencode/src/cli/cmd/run/runtime.boot.ts:200–202  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

198}
199
200export async function resolveDiffStyle(): Promise<RunDiffStyle> {
201 return runtime.runPromise((svc) => svc.resolveDiffStyle()).catch(() => "auto")
202}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected