(family, title string)
| 40 | func (notrace) Finish() {} |
| 41 | |
| 42 | func newTrace(family, title string) traceLog { |
| 43 | return notrace{} |
| 44 | } |
| 45 | |
| 46 | func newTraceContext(ctx context.Context, tr traceLog) context.Context { |
| 47 | return ctx |
no outgoing calls
no test coverage detected