threadAccessor fetches thread parameters from thread events.
| 478 | |
| 479 | // threadAccessor fetches thread parameters from thread events. |
| 480 | type threadAccessor struct{} |
| 481 | |
| 482 | func (threadAccessor) SetFields([]Field) {} |
| 483 | func (threadAccessor) SetSegments([]fields.Segment) {} |
nothing calls this directly
no outgoing calls
no test coverage detected