Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ stringPtr
Function
stringPtr
pkg/util/trace_info.go:246–246 ·
view source on GitHub ↗
(s string)
Source
from the content-addressed store, hash-verified
244
}
245
246
func
stringPtr(s string) *string {
return
&s }
247
248
func
int64Ptr(n int64) *int64 {
return
&n }
249
Callers
3
generateFixedAttributesWithPrefix
Method · 0.70
generateResourceWellKnownAttributes
Method · 0.70
generateSpanWellKnownAttributes
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected