Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ baz
Method
baz
coderd/tracing/util_test.go:31–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
}
30
31
func
(*foo) baz() string {
32
return
tracing.FuncName()
33
}
34
35
//nolint:paralleltest
36
func
TestFuncNameMethodPointer(t *testing.T) {
Callers
1
TestFuncNameMethodPointer
Function · 0.80
Calls
1
FuncName
Function · 0.92
Tested by
no test coverage detected