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

Method bar

coderd/tracing/util_test.go:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19type foo struct{}
20
21func (foo) bar() string {
22 return tracing.FuncName()
23}
24
25//nolint:paralleltest
26func TestFuncNameMethod(t *testing.T) {

Callers 1

TestFuncNameMethodFunction · 0.80

Calls 1

FuncNameFunction · 0.92

Tested by

no test coverage detected