MCPcopy Index your code
hub / github.com/coder/coder / TestFuncNameMethodPointer

Function TestFuncNameMethodPointer

coderd/tracing/util_test.go:36–39  ·  view source on GitHub ↗

nolint:paralleltest

(t *testing.T)

Source from the content-addressed store, hash-verified

34
35//nolint:paralleltest
36func TestFuncNameMethodPointer(t *testing.T) {
37 fn := (&foo{}).baz()
38 assert.Equal(t, "tracing_test.(*foo).baz", fn)
39}

Callers

nothing calls this directly

Calls 2

bazMethod · 0.80
EqualMethod · 0.45

Tested by

no test coverage detected