MCPcopy
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
246func stringPtr(s string) *string { return &s }
247
248func int64Ptr(n int64) *int64 { return &n }
249

Calls

no outgoing calls

Tested by

no test coverage detected