MCPcopy Index your code
hub / github.com/google/mtail / Diff

Function Diff

internal/testutil/diff.go:15–17  ·  view source on GitHub ↗
(a, b interface{}, opts ...cmp.Option)

Source from the content-addressed store, hash-verified

13)
14
15func Diff(a, b interface{}, opts ...cmp.Option) string {
16 return cmp.Diff(a, b, opts...)
17}
18
19func IgnoreUnexported(types ...interface{}) cmp.Option {
20 return cmpopts.IgnoreUnexported(types...)

Callers 3

TestParserRoundTripFunction · 0.92
TestInsertLookupQuickFunction · 0.92
ExpectNoDiffFunction · 0.85

Calls

no outgoing calls

Tested by 2

TestParserRoundTripFunction · 0.74
TestInsertLookupQuickFunction · 0.74