Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
36
func
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
baz
Method · 0.80
Equal
Method · 0.45
Tested by
no test coverage detected