MCPcopy
hub / github.com/TarsCloud/TarsGo / SpanID

Method SpanID

tars/util/trace/trace.go:152–154  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

150}
151
152func (c *SpanContext) SpanID() string {
153 return c.spanID
154}
155
156func (c *SpanContext) ParentSpanID() string {
157 return c.parentSpanID

Callers 2

writeLineMethod · 0.80
writeJsonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected