Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
200
export
async
function
resolveDiffStyle(): Promise<RunDiffStyle> {
201
return
runtime.runPromise((svc) => svc.resolveDiffStyle()).catch(() =>
"auto"
)
202
}
Callers
1
runtime.boot.test.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected