MCPcopy Index your code
hub / github.com/NdoleStudio/httpsms / functionName

Function functionName

api/pkg/telemetry/otel_tracer.go:79–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77}
78
79func functionName() string {
80 pc := make([]uintptr, 15)
81 n := runtime.Callers(4, pc)
82 frames := runtime.CallersFrames(pc[:n])
83 frame, _ := frames.Next()
84
85 return strings.ReplaceAll(frame.Function, "github.com/NdoleStudio/http-sms-manager/", "")
86}

Callers 1

getNameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected