MCPcopy Create free account
hub / github.com/golang/appengine / tdiff

Function tdiff

cmd/aefix/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.70
TestRewriteFunction · 0.70

Calls 2

diffFunction · 0.70
ErrorMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…