Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gin-gonic/gin
/ nameOfFunction
Function
nameOfFunction
utils.go:131–133 ·
view source on GitHub ↗
(f any)
Source
from the content-addressed store, hash-verified
129
}
130
131
func
nameOfFunction(f any) string {
132
return
runtime.FuncForPC(reflect.ValueOf(f).Pointer()).Name()
133
}
134
135
func
joinPaths(absolutePath, relativePath string) string {
136
if
relativePath ==
""
{
Callers
5
TestFunctionName
Function · 0.85
debugPrintRoute
Function · 0.85
iterate
Function · 0.85
HandlerName
Method · 0.85
HandlerNames
Method · 0.85
Calls
1
Name
Method · 0.65
Tested by
1
TestFunctionName
Function · 0.68