Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
19
type
foo
struct
{}
20
21
func
(foo) bar() string {
22
return
tracing.FuncName()
23
}
24
25
//nolint:paralleltest
26
func
TestFuncNameMethod(t *testing.T) {
Callers
1
TestFuncNameMethod
Function · 0.80
Calls
1
FuncName
Function · 0.92
Tested by
no test coverage detected