| 49 | } |
| 50 | |
| 51 | type blobIDListParam struct { |
| 52 | key string |
| 53 | list []blob.ID |
| 54 | } |
| 55 | |
| 56 | func (v blobIDListParam) WriteValueTo(jw *contentlog.JSONWriter) { |
| 57 | jw.BeginListField(v.key) |
nothing calls this directly
no outgoing calls
no test coverage detected