Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anomalyco/opencode
/ conflicts
Function
conflicts
script/beta.ts:36–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
}
35
36
async
function
conflicts() {
37
const
out =
await
$`git diff --name-only --diff-filter=U`.text().catch(() =>
""
)
38
return
out
39
.split(
"\n"
)
40
.map((x) => x.trim())
41
.filter(Boolean)
42
}
43
44
async
function
cleanup() {
45
try {
Callers
2
fix
Function · 0.85
main
Function · 0.85
Calls
1
text
Method · 0.65
Tested by
no test coverage detected