MCPcopy 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
36async 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
44async function cleanup() {
45 try {

Callers 2

fixFunction · 0.85
mainFunction · 0.85

Calls 1

textMethod · 0.65

Tested by

no test coverage detected