(x fmt.Stringer, sensitive bool)
| 56 | // It exists in order to avoid importing x/net/trace on grpcnotrace builds. |
| 57 | type traceLog interface { |
| 58 | LazyLog(x fmt.Stringer, sensitive bool) |
| 59 | LazyPrintf(format string, a ...any) |
| 60 | SetError() |
| 61 | SetRecycler(f func(any)) |
no outgoing calls
no test coverage detected