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

Function compareInt

internal/ui_test.go:208–213  ·  view source on GitHub ↗
(t *testing.T, want, got int)

Source from the content-addressed store, hash-verified

206}
207
208func compareInt(t *testing.T, want, got int) {
209 if want != got {
210 t.Helper()
211 t.Fatalf("%d != %d", want, got)
212 }
213}

Callers 1

TestCalcBucketsLengthsFunction · 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…