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

Function compareStacks

stack/stack_test.go:526–531  ·  view source on GitHub ↗
(t *testing.T, want, got *Stack)

Source from the content-addressed store, hash-verified

524}
525
526func compareStacks(t *testing.T, want, got *Stack) {
527 if diff := cmp.Diff(want, got); diff != "" {
528 t.Helper()
529 t.Fatalf("Stack mismatch (-want +got):\n%s", diff)
530 }
531}
532
533func getSignature() *Signature {
534 return &Signature{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…