MCPcopy Index your code
hub / github.com/maruel/panicparse / compareString

Function compareString

stack/stack_test.go:412–417  ·  view source on GitHub ↗
(t *testing.T, want, got string)

Source from the content-addressed store, hash-verified

410}
411
412func compareString(t *testing.T, want, got string) {
413 if want != got {
414 t.Helper()
415 t.Fatalf("%q != %q", want, got)
416 }
417}
418
419// similarGoroutines compares slice of Goroutine to be similar enough.
420//

Callers 14

TestGomoduleComplexFunction · 0.70
TestGoRunFunction · 0.70
TestPanicFunction · 0.70
TestPanicwebFunction · 0.70
TestAggregateAggressiveFunction · 0.70
TestCallPkgFunction · 0.70
TestArgsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…