MCPcopy 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
122func 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

parseFixPrintFunction · 0.85
TestRewriteFunction · 0.85

Calls 1

diffFunction · 0.85

Tested by

no test coverage detected