()
| 46 | } |
| 47 | |
| 48 | func getMaxTraceEntry() int { |
| 49 | i := atomic.LoadInt32(&maxTraceEntry) |
| 50 | return int(i) |
| 51 | } |
| 52 | |
| 53 | // traceEvent is an internal representation of a single trace event |
| 54 | type traceEvent struct { |
no outgoing calls
no test coverage detected