Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/NdoleStudio/httpsms
/ getName
Function
getName
api/pkg/telemetry/otel_tracer.go:72–77 ·
view source on GitHub ↗
(name ...string)
Source
from the content-addressed store, hash-verified
70
}
71
72
func
getName(name ...string) string {
73
if
len(name) > 0 {
74
return
name[0]
75
}
76
return
functionName()
77
}
78
79
func
functionName() string {
80
pc := make([]uintptr, 15)
Callers
4
StartFromFiberCtxWithLogger
Method · 0.85
StartFromFiberCtx
Method · 0.85
StartWithLogger
Method · 0.85
Start
Method · 0.85
Calls
1
functionName
Function · 0.85
Tested by
no test coverage detected