Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/decomp/decomp
/ tdiff
Function
tdiff
cmd/go-post/main_test.go:122–129 ·
view source on GitHub ↗
(t *testing.T, a, b string)
Source
from the content-addressed store, hash-verified
120
}
121
122
func
tdiff(t *testing.T, a, b string) {
123
data, err := diff([]byte(a), []byte(b))
124
if
err != nil {
125
t.Error(err)
126
return
127
}
128
t.Error(string(data))
129
}
Callers
2
parseFixPrint
Function · 0.85
TestRewrite
Function · 0.85
Calls
1
diff
Function · 0.85
Tested by
no test coverage detected