MCPcopy Create free account
hub / github.com/maruel/panicparse / compareBuckets

Function compareBuckets

stack/bucket_test.go:387–392  ·  view source on GitHub ↗
(t *testing.T, want, got []*Bucket)

Source from the content-addressed store, hash-verified

385}
386
387func compareBuckets(t *testing.T, want, got []*Bucket) {
388 if diff := cmp.Diff(want, got); diff != "" {
389 t.Helper()
390 t.Fatalf("Bucket mismatch (-want +got):\n%s", diff)
391 }
392}

Callers 4

TestAggregateAggressiveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…