Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ FuncName
Function
FuncName
coderd/tracing/util.go:22–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
const
TracerName =
"coderd"
21
22
func
FuncName() string {
23
return
FuncNameSkip(1)
24
}
25
26
func
FuncNameSkip(skip int) string {
27
fnpc, _, _, ok := runtime.Caller(1 + skip)
Callers
15
doExpireOldAgents
Method · 0.92
CommitQuota
Method · 0.92
UpdateJob
Method · 0.92
FailJob
Method · 0.92
CompleteJob
Method · 0.92
TestFuncName
Function · 0.92
bar
Method · 0.92
baz
Method · 0.92
acquireAndRunOne
Method · 0.92
init
Method · 0.92
Run
Method · 0.92
update
Method · 0.92
Calls
1
FuncNameSkip
Function · 0.85
Tested by
3
TestFuncName
Function · 0.74
bar
Method · 0.74
baz
Method · 0.74