| 9 | const maxLoggedContentIDLength = 5 |
| 10 | |
| 11 | type contentIDParam struct { |
| 12 | Key string |
| 13 | Value index.ID |
| 14 | } |
| 15 | |
| 16 | func (e contentIDParam) WriteValueTo(jw *contentlog.JSONWriter) { |
| 17 | var buf [128]byte |
nothing calls this directly
no outgoing calls
no test coverage detected