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

Function zapCalls

stack/stack_test.go:483–490  ·  view source on GitHub ↗
(t *testing.T, want, got *Call)

Source from the content-addressed store, hash-verified

481}
482
483func zapCalls(t *testing.T, want, got *Call) {
484 t.Helper()
485 if want.Line != 0 && got.Line != 0 {
486 want.Line = 42
487 got.Line = 42
488 }
489 zapArgs(t, &want.Args, &got.Args)
490}
491
492func zapArgs(t *testing.T, want, got *Args) {
493 if len(want.Values) != len(got.Values) {

Callers 2

zapStacksFunction · 0.85

Calls 1

zapArgsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…