(ctx context.Context, tr traceLog)
| 44 | } |
| 45 | |
| 46 | func newTraceContext(ctx context.Context, tr traceLog) context.Context { |
| 47 | return ctx |
| 48 | } |
| 49 | |
| 50 | func newTraceEventLog(family, title string) traceEventLog { |
| 51 | return nil |
no outgoing calls
no test coverage detected