MCPcopy
hub / github.com/google/mtail / SortSlices

Function SortSlices

internal/testutil/diff.go:31–33  ·  view source on GitHub ↗
(lessFunc interface{})

Source from the content-addressed store, hash-verified

29}
30
31func SortSlices(lessFunc interface{}) cmp.Option {
32 return cmpopts.SortSlices(lessFunc)
33}
34
35// ExpectNoDiff tests to see if the two interfaces have no diff.
36// If there is no diff, the retrun value is true.

Callers 5

TestExampleProgramsFunction · 0.92
TestReadTestDataFunction · 0.92
TestRuntimeEndToEndFunction · 0.92

Calls

no outgoing calls

Tested by 5

TestExampleProgramsFunction · 0.74
TestReadTestDataFunction · 0.74
TestRuntimeEndToEndFunction · 0.74